Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
0dbc363f32d075017e1c4fb5e17715e3f12d0157
/
runtime
/
gc
fa9abc2
Merge "ART: Use ObjPtr for GetSuperClass"
by Treehugger Robot
· 6 years ago
6bc39b1
Merge "Avoid holding locks when calling ObjectFree callback"
by Alex Light
· 6 years ago
4f570a4
Merge "Remove oat_data_begin checks from OatFile."
by Vladimir Marko
· 6 years ago
f4efa9e
Remove oat_data_begin checks from OatFile.
by Vladimir Marko
· 6 years ago
3f1fec6
Fix -verbose:image errors
by Mathieu Chartier
· 6 years ago
3008ea4
Dump heap spaces for heap corruption
by Mathieu Chartier
· 6 years ago
9810499
ART: Use ObjPtr for GetSuperClass
by Andreas Gampe
· 6 years ago
710d785
Merge "Add extra handling for loading intern tables"
by Mathieu Chartier
· 6 years ago
74ccee6
Add extra handling for loading intern tables
by Mathieu Chartier
· 6 years ago
f682870
Merge "Don't mark new non-moving objs in young GC"
by Treehugger Robot
· 6 years ago
e125756
Merge "Check is-obj-large before is-obj-zygote-large"
by Treehugger Robot
· 6 years ago
16d82a2
Don't mark new non-moving objs in young GC
by Lokesh Gidra
· 6 years ago
02c230c
Check is-obj-large before is-obj-zygote-large
by Lokesh Gidra
· 6 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 6 years ago
fc4660b
Merge "Revert^2 "Re-enable ART's region space memory protection on host.""
by Roland Levillain
· 6 years ago
c24133e
Revert^2 "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 6 years ago
036bae0
Fix multi-image boot class path construction.
by Vladimir Marko
· 6 years ago
ae581ed
Change address range for loading boot image.
by Vladimir Marko
· 6 years ago
03ceeed
ART: Log /proc/self/maps for RegionSpace failure
by Andreas Gampe
· 6 years ago
660718f
Merge "ART: Add bugprone-argument-comment"
by Treehugger Robot
· 6 years ago
6cd8390
ART: Add bugprone-argument-comment
by Andreas Gampe
· 6 years ago
56de89a
Mark most *Offset helper functions as constexpr.
by David Srbecky
· 6 years ago
05754da
Merge "Revert "Re-enable ART's region space memory protection on host.""
by Treehugger Robot
· 6 years ago
8e30410
Revert "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 6 years ago
afe14eb
Clean up after "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
4df2d80
Revert^2 "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
233b572
Merge "Revert "Load boot image at a random address.""
by Vladimir Marko
· 6 years ago
f3d0773
Revert "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
334c154
Merge "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
5ad79d8
Load boot image at a random address.
by Vladimir Marko
· 6 years ago
703322f
Enable cyclic region allocation in ART's region space only in debug mode.
by Roland Levillain
· 6 years ago
924ad50
Refactor Class::FixupNativePointers().
by Vladimir Marko
· 6 years ago
98db89c
ART: Clean up verify and read barrier flags.
by Vladimir Marko
· 6 years ago
c409d46
Merge "Clean up allocation accounting"
by Hans Boehm
· 6 years ago
fb8b4e2
Clean up allocation accounting
by Hans Boehm
· 6 years ago
5f784bf
Merge "Remove read barriers in Class::IsClassClass and Object::IsClass"
by Mathieu Chartier
· 6 years ago
e752360
Merge "Disable some tests in heap_verification_test when running with ASan."
by Roland Levillain
· 6 years ago
d7a7f2f
Remove read barriers in Class::IsClassClass and Object::IsClass
by Mathieu Chartier
· 6 years ago
5fe2f34
Disable some tests in heap_verification_test when running with ASan.
by Roland Levillain
· 6 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 6 years ago
1c29d5e
Merge "ART: Fix broken additional output for CHECK()."
by Vladimir Marko
· 6 years ago
bd5e5f6
ART: Fix broken additional output for CHECK().
by Vladimir Marko
· 6 years ago
0e84027
Make classes of LOS objects non-movable.
by Roland Levillain
· 6 years ago
8def52a
Adjust AssertToSpaceInvariantInNonMovingSpace for Sticky-Bit CC.
by Roland Levillain
· 6 years ago
0651b22
Merge "Add more debug logging to VerifyNoMissingCardMarkVisitor::CheckReference."
by Roland Levillain
· 6 years ago
b9c6834
Add more debug logging to VerifyNoMissingCardMarkVisitor::CheckReference.
by Roland Levillain
· 6 years ago
e066932
Remove PIC option from oat files.
by Vladimir Marko
· 6 years ago
56b0773
Merge "Add some more debug logging to AssertToSpaceInvariantInNonMovingSpace."
by Roland Levillain
· 6 years ago
be4b8fd
Add some more debug logging to AssertToSpaceInvariantInNonMovingSpace.
by Roland Levillain
· 6 years ago
22d8e48
Avoid holding locks when calling ObjectFree callback
by Alex Light
· 6 years ago
f35c8e7
Merge "Add more debug logging to AssertToSpaceInvariantInNonMovingSpace."
by Roland Levillain
· 6 years ago
e2f6b49
Add more debug logging to AssertToSpaceInvariantInNonMovingSpace.
by Roland Levillain
· 6 years ago
d44d703
Pre-allocate necessary heap space with boot image.
by Vladimir Marko
· 6 years ago
c09cd05
Reserve boot image memory in one go.
by Vladimir Marko
· 6 years ago
40f8a74
Merge "Document why the LOS space is not scanned during Sticky-Bit CC collections."
by Roland Levillain
· 6 years ago
3d8a78a
Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""
by Nicolas Geoffray
· 6 years ago
c497fca
Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""
by Mathieu Chartier
· 6 years ago
baf3761
Revert "Remove OatFileAssistant::MakeUpToDate and friends."
by Mathieu Chartier
· 6 years ago
fcfb4dd
Merge "Remove OatFileAssistant::MakeUpToDate and friends."
by Nicolas Geoffray
· 6 years ago
d6698e3
Remove OatFileAssistant::MakeUpToDate and friends.
by Nicolas Geoffray
· 6 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
680e099
Make literal arguments passed to art::MemMap::DumpMaps' more explicit.
by Roland Levillain
· 6 years ago
4ba9246
Document why the LOS space is not scanned during Sticky-Bit CC collections.
by Roland Levillain
· 6 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
550c45e
Merge "Revert heap growth multiplier logic for Generational CC collection."
by Roland Levillain
· 6 years ago
8d94f72
Merge "Fix memory order used on operations on ConcurrentCopying::done_scanning_."
by Roland Levillain
· 6 years ago
70bd78d
Merge "Revert^2 "Avoid crash when ANDROID_DATA is not writeable.""
by Vladimir Marko
· 6 years ago
e307002
Revert^2 "Avoid crash when ANDROID_DATA is not writeable."
by Vladimir Marko
· 6 years ago
37d9295
Merge "Add a check to ConcurrentCopying::MarkNonMoving for sticky-bit case."
by Roland Levillain
· 6 years ago
3d41fe4
Merge "Improve logging in Sticky-Bit CC collector."
by Roland Levillain
· 6 years ago
3576cba
Merge "Sweep only objects in the live stack in sticky-bit CC collections."
by Roland Levillain
· 6 years ago
1c4f933
Merge "Revert "Avoid crash when ANDROID_DATA is not writeable.""
by Mathieu Chartier
· 6 years ago
c702e34
Revert "Avoid crash when ANDROID_DATA is not writeable."
by Mathieu Chartier
· 6 years ago
c5249b8
Revert heap growth multiplier logic for Generational CC collection.
by Roland Levillain
· 6 years ago
2d94e29
Fix memory order used on operations on ConcurrentCopying::done_scanning_.
by Roland Levillain
· 6 years ago
ade74a6
Add a check to ConcurrentCopying::MarkNonMoving for sticky-bit case.
by Roland Levillain
· 6 years ago
57ce054
Improve logging in Sticky-Bit CC collector.
by Roland Levillain
· 6 years ago
b1e1dc3
Sweep only objects in the live stack in sticky-bit CC collections.
by Roland Levillain
· 7 years ago
5c4b3cc
Merge "Remove special case for young-gen collection in ConcurrentCopying::IsMarked."
by Roland Levillain
· 6 years ago
c691995
Merge "Restore bitmap marking in non-moving space in ConcurrentCopying::Copy."
by Roland Levillain
· 6 years ago
348d100
Merge "Rework the newly-allocated region logic in RegionSpace."
by Roland Levillain
· 6 years ago
7c0c794
Merge "Have ZeroLiveBytesForLargeObject process all the regions of a large object."
by Roland Levillain
· 6 years ago
d9205b8
Merge "Experimental Sticky-Bit (Generational) CC collection"
by Roland Levillain
· 6 years ago
88cf462
Merge "Remove unnecessary indirection from MemMap."
by Vladimir Marko
· 6 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 6 years ago
00cbb41
Avoid crash when ANDROID_DATA is not writeable.
by Vladimir Marko
· 6 years ago
82e1e27
Revert^2 "Refactor image loading."
by Vladimir Marko
· 6 years ago
f345404
Merge "Revert "Refactor image loading.""
by Treehugger Robot
· 6 years ago
701b6ee
Revert "Refactor image loading."
by Vladimir Marko
· 6 years ago
ea82529
Merge "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 6 years ago
821a512
Merge "Refactor image loading."
by Vladimir Marko
· 6 years ago
a29afd5
Remove special case for young-gen collection in ConcurrentCopying::IsMarked.
by Roland Levillain
· 7 years ago
5c54d86
Restore bitmap marking in non-moving space in ConcurrentCopying::Copy.
by Roland Levillain
· 7 years ago
693f21c
Re-enable ART's region space memory protection on host.
by Roland Levillain
· 6 years ago
afebd20
Merge "Protect all of ART's region space from the start."
by Roland Levillain
· 6 years ago
4e75113
Rework the newly-allocated region logic in RegionSpace.
by Roland Levillain
· 7 years ago
91ab8db
Have ZeroLiveBytesForLargeObject process all the regions of a large object.
by Roland Levillain
· 7 years ago
8d1a996
Experimental Sticky-Bit (Generational) CC collection
by Mathieu Chartier
· 8 years ago
fef0c5a
Merge "Remove region space memory protection before logging heap corruption."
by Roland Levillain
· 6 years ago
Next »