Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
bbc6e7edb5fca4a61ac53dd9bce79cb4f0bb3403
/
runtime
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
19379b5
Merge "Default to usejit:true."
by Nicolas Geoffray
· 6 years ago
a5ca8eb
Default to usejit:true.
by Nicolas Geoffray
· 6 years ago
b1b7d14
Merge "ART: Move mterp pointers to object"
by Treehugger Robot
· 6 years ago
680e099
Make literal arguments passed to art::MemMap::DumpMaps' more explicit.
by Roland Levillain
· 6 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
dee8169
Fix the template parameter passed to some art::GetClassRoot uses.
by Roland Levillain
· 6 years ago
47c0e11
Merge "Rename mterp field helper methods."
by David Srbecky
· 6 years ago
28dfc59
Rename mterp field helper methods.
by David Srbecky
· 6 years ago
3408ff2
Add usleep for Thread::Unregister
by Mathieu Chartier
· 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
· 6 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
9c92425
Merge "ARM/ARM64: Rewrite art_quick_do_long_jump."
by Vladimir Marko
· 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
dd509ac
ARM/ARM64: Rewrite art_quick_do_long_jump.
by Vladimir Marko
· 6 years ago
88cf462
Merge "Remove unnecessary indirection from MemMap."
by Vladimir Marko
· 6 years ago
c0dec22
Merge "Optimize the mterp field setter."
by David Srbecky
· 6 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 6 years ago
2ea7c19
Merge "Avoid crash when ANDROID_DATA is not writeable."
by Vladimir Marko
· 6 years ago
00cbb41
Avoid crash when ANDROID_DATA is not writeable.
by Vladimir Marko
· 6 years ago
27c3df5
Optimize the mterp field setter.
by David Srbecky
· 6 years ago
c202be5
Merge "Fix unhiding API in JVMTI redefine run-tests"
by David Brazdil
· 6 years ago
03cca37
Fix unhiding API in JVMTI redefine run-tests
by David Brazdil
· 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
33b7b5d
Revert^2 "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 6 years ago
134380d
Merge "Optimize the mterp field getter."
by David Srbecky
· 6 years ago
ffa15ea
Optimize the mterp field getter.
by David Srbecky
· 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
8780c78
Merge "Add specialized handler for non-quickened opcodes in mterp."
by David Srbecky
· 6 years ago
104bab6
Add specialized handler for non-quickened opcodes in mterp.
by David Srbecky
· 6 years ago
1c6bfee
Merge "Rename Thread native methods to match OpenJDK 8u121-b13"
by Paul Duffin
· 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
0549663
Rename Thread native methods to match OpenJDK 8u121-b13
by Paul Duffin
· 6 years ago
f39942a
Merge "Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic.""
by Vladimir Marko
· 6 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
d887ed8
Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic."
by Vladimir Marko
· 6 years ago
3934736
Refactor image loading.
by Vladimir Marko
· 6 years ago
2b1a76f
Merge "Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState."
by Roland Levillain
· 6 years ago
017d63c
Merge "Pause GC during deoptimization work"
by Alex Light
· 6 years ago
3b8aa77
Pause GC during deoptimization work
by Alex Light
· 6 years ago
9cb1815
Protect all of ART's region space from the start.
by Roland Levillain
· 6 years ago
ca3dded
Remove region space memory protection before logging heap corruption.
by Roland Levillain
· 6 years ago
14e5a29
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
by Roland Levillain
· 7 years ago
e094387
Merge "Document the use of the biased card table in ART's code generators."
by Roland Levillain
· 6 years ago
6e1faf4
Merge "ARM64: Reimplement the UnsafeCASObject intrinsic."
by Vladimir Marko
· 6 years ago
94796f8
ARM64: Reimplement the UnsafeCASObject intrinsic.
by Vladimir Marko
· 6 years ago
c73f052
Document the use of the biased card table in ART's code generators.
by Roland Levillain
· 6 years ago
42deda8
Add helper method to iterate over BitTable fields in CodeInfo.
by David Srbecky
· 6 years ago
0c3aa31
Move varint encoding/decoding to BitMemoryReader/Writer.
by David Srbecky
· 6 years ago
971a80e
Merge "Cleanup BitMemoryReader/Writer api."
by David Srbecky
· 6 years ago
d160641
Cleanup BitMemoryReader/Writer api.
by David Srbecky
· 6 years ago
7f6beba
Merge "Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion."
by Roland Levillain
· 6 years ago
a97be53
Merge "Check the live bytes value of a region against the region bitmap."
by Roland Levillain
· 6 years ago
349af80
Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion.
by Roland Levillain
· 7 years ago
e21b437
Check the live bytes value of a region against the region bitmap.
by Roland Levillain
· 7 years ago
6e99db4
Merge "Fix some typos in comments in ART."
by Roland Levillain
· 6 years ago
09a6812
Merge "Fix comment about art::gc::collector::kDisallowReadBarrierDuringScan."
by Roland Levillain
· 6 years ago
2382eae
Merge "Reduce DexCache field/method array size to 512."
by Vladimir Marko
· 6 years ago
0d3f480
Merge "Revert "Fix race in CommitCodeInternal and cleanup""
by Alex Light
· 6 years ago
8dde74e
Revert "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 6 years ago
ef07132
Fix some typos in comments in ART.
by Roland Levillain
· 7 years ago
72b7bf8
Fix comment about art::gc::collector::kDisallowReadBarrierDuringScan.
by Roland Levillain
· 6 years ago
b1e46ff
Reduce DexCache field/method array size to 512.
by Vladimir Marko
· 7 years ago
2ae301f
Merge "Merge Android Pie into master"
by Xin Li
· 6 years ago
4075f08
Merge "Fix race in CommitCodeInternal and cleanup"
by Treehugger Robot
· 6 years ago
ca701c3
Merge "Modernize codebase by replacing NULL with nullptr"
by Treehugger Robot
· 6 years ago
ee5342a
Merge "Fix cyclic region allocation for large regions in ART's RegionSpace."
by Roland Levillain
· 6 years ago
1b6e6fd
Fix cyclic region allocation for large regions in ART's RegionSpace.
by Roland Levillain
· 6 years ago
442dc37
Merge "Add stack map fast path for GC." am: b1f9ff073b
by David Srbecky
· 6 years ago
a2d29a3
Add stack map fast path for GC.
by David Srbecky
· 6 years ago
2932e71
Merge "Simplify StackMapStream encoding." am: 8e7ddc234e
by David Srbecky
· 6 years ago
8e7ddc2
Merge "Simplify StackMapStream encoding."
by Treehugger Robot
· 6 years ago
87dfb5a
Merge "Rename type resolution entrypoints." am: f0e805deaa
by Vladimir Marko
· 6 years ago
f0e805d
Merge "Rename type resolution entrypoints."
by Treehugger Robot
· 6 years ago
56c7532
Merge "Update expected call stack for caller of Thread.currentThread()"
by Paul Duffin
· 6 years ago
Next »