Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
c431b9dc4b23cc950eb313695258df5d89f53b22
/
runtime
/
gc
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
6e74abb
ART: Restrict ImageSpace space check to first image
by Andreas Gampe
· 7 years ago
3c18f4e
Merge "Catch references to unused regions in art::gc::ConcurrentCopying::Mark."
by Roland Levillain
· 7 years ago
2dd2e1e
Catch references to unused regions in art::gc::ConcurrentCopying::Mark.
by Roland Levillain
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
99bd16b
Extend error reporting in art::gc::Heap::GrowForUtilization.
by Roland Levillain
· 7 years ago
88c6d26
patchoat: take directories instead of filenames
by Chris Morin
· 7 years ago
d92e627
Remove -Xno-hidden-api-check flag.
by Nicolas Geoffray
· 7 years ago
8f7ea9a
Various ART GC documentation updates.
by Roland Levillain
· 8 years ago
f320dc1
Pretty print RegionSpace::RegionType and RegionSpace::RegionState values.
by Roland Levillain
· 7 years ago
2ae376f
Stylistic and aesthetic changes.
by Roland Levillain
· 8 years ago
ef01222
Fix typos.
by Roland Levillain
· 8 years ago
cc78efa
Merge "Improve to-space invariant error reporting in the CC collector."
by Roland Levillain
· 7 years ago
df30f82
Merge "Implement ClampGrowthLimit feature for region space"
by Lokesh Gidra
· 7 years ago
001eff9
Improve to-space invariant error reporting in the CC collector.
by Roland Levillain
· 8 years ago
e009de6
Merge "Call patchoat --verify from art runtime to verify art files"
by Treehugger Robot
· 7 years ago
5f0b71a
Implement ClampGrowthLimit feature for region space
by Lokesh Gidra
· 7 years ago
e5fac73
Call patchoat --verify from art runtime to verify art files
by Chris Morin
· 7 years ago
90771c2
Merge "Disable hidden API checks for Am"
by David Brazdil
· 7 years ago
ad66627
Disable hidden API checks for Am
by David Brazdil
· 7 years ago
8bcecf9
Merge "Workaround bogus Thread Safety Analysis warning"
by Stephen Hines
· 7 years ago
045112c
Merge "Ignore null-pointer-arithmetic warnings in external/dlmalloc"
by Stephen Hines
· 7 years ago
9b869ea
Fix heap size tracing during bulk thread-local allocations.
by Roland Levillain
· 8 years ago
c06d6c6
Remove art::gc::Heap::allocation_rate_.
by Roland Levillain
· 8 years ago
a1744b6
Merge "Fix calculation of concurrent_start_bytes in GrowForUtilization()"
by Lokesh Gidra
· 8 years ago
1144b63
Fix calculation of concurrent_start_bytes in GrowForUtilization()
by Lokesh Gidra
· 8 years ago
78d9ab0
Merge changes I310e3daf,I3f662586
by Treehugger Robot
· 8 years ago
f4eedfe
Remove blocking case from RegisterNativeAllocation.
by Richard Uhler
· 8 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 8 years ago
e11d50f
Workaround bogus Thread Safety Analysis warning
by Yi Kong
· 8 years ago
d6b7e8c
Merge "Fix calculation of non-free region count."
by Lokesh Gidra
· 8 years ago
b4f1541
Fix calculation of non-free region count.
by Lokesh Gidra
· 8 years ago
923a694
Ignore null-pointer-arithmetic warnings in external/dlmalloc
by Yi Kong
· 8 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
9382c0d
Merge "Print peak regions allocated metric at GC perf dump"
by Lokesh Gidra
· 8 years ago
4557b38
ART: Rename Atomic::CompareExchange methods
by Orion Hodson
· 8 years ago
94c589d
ART: Mark Dbg GCs as debugger
by Andreas Gampe
· 8 years ago
55256cb
Extensions to check JNI.
by Ian Rogers
· 8 years ago
2989582
Print peak regions allocated metric at GC perf dump
by Lokesh Gidra
· 8 years ago
2af7a3e
Log object info for CAS failure
by Mathieu Chartier
· 8 years ago
8d8a005
ART: Reinstate secondary-image-patching exit
by Andreas Gampe
· 8 years ago
9b827ab
ART: Clean up ATRACE use
by Andreas Gampe
· 8 years ago
170331f
ART: Remove base/logging from heap-inl.h
by Andreas Gampe
· 8 years ago
39b378c
ART: Factor out gAborting
by Andreas Gampe
· 8 years ago
dcc528d
ART: Move runtime-debug flags to own files
by Andreas Gampe
· 8 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 8 years ago
660be6f
Add VMDebug.getInstancesOfClasses API.
by Richard Uhler
· 8 years ago
72a3f1d
Merge "Revert "ART: Disable part of ImageSpace loading test""
by Vladimir Marko
· 8 years ago
4908697
Revert "ART: Disable part of ImageSpace loading test"
by Vladimir Marko
· 8 years ago
103fa6e
ART: Destroy unprocessed tasks in TaskProcessor.
by Vladimir Marko
· 8 years ago
c9b46d5
Remove unused declarations of dead code.
by Elliott Hughes
· 8 years ago
4b3fdfe
ART: Disable part of ImageSpace loading test
by Andreas Gampe
· 8 years ago
178c880
ART: Add ImageSpace loading behavior test
by Andreas Gampe
· 8 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 8 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 8 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 8 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 8 years ago
e3a5e66
Merge "ART: Only stress background transition in slow-debug"
by Treehugger Robot
· 8 years ago
ed56b5e
ART: Only stress background transition in slow-debug
by Andreas Gampe
· 8 years ago
6c57871
ART: Move more read-barrier checking under slow-debug
by Andreas Gampe
· 8 years ago
11c273d
Remove low RAM special casing for heap growth multiplier
by Mathieu Chartier
· 8 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 8 years ago
df7f7f0
Address comment for aog/502433
by Mathieu Chartier
· 8 years ago
aac9012
Compare rounded sizes in CheckPreconditionsForAllocObject
by Mathieu Chartier
· 8 years ago
8d8de0c
Use CheckedCall for mprotects
by Mathieu Chartier
· 8 years ago
3425d02
Rename CHECK_MEMORY_CALL to CheckedCall
by Mathieu Chartier
· 8 years ago
217488a
ART: Move read barrier config out of globals
by Andreas Gampe
· 8 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 8 years ago
77fee87
Add support for JVMTI monitor events.
by Alex Light
· 8 years ago
d972b42
Random comment typo fixes
by Hans Boehm
· 8 years ago
cd87c3e
Clean up ImageHeader section getters.
by Vladimir Marko
· 8 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 8 years ago
dbd05fe
Revert recent JIT code cache changes
by Orion Hodson
· 8 years ago
2a1513b
Allow non word aligned heap limit for space bitmap
by Mathieu Chartier
· 8 years ago
ac50d97
Merge "Don't use fences to implement volatiles"
by Hans Boehm
· 8 years ago
cc55e1d
Don't use fences to implement volatiles
by Hans Boehm
· 8 years ago
3b21019
Merge "Add two special runtime methods."
by Mingyao Yang
· 8 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 8 years ago
47863bb
Fix CC handling for no large object space case
by Mathieu Chartier
· 8 years ago
b5efe0f
Merge "ART: Add SpaceBitmap walk order test"
by Treehugger Robot
· 8 years ago
b4bf949
ART: Add SpaceBitmap walk order test
by Andreas Gampe
· 11 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
c73753f
Merge "Hash-based DexCache methods array."
by Vladimir Marko
· 8 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 8 years ago
c5b1b06
Merge "art: use proper nativehelper headers"
by Treehugger Robot
· 8 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 8 years ago
d1dbb74
Separate rw from rx views of jit code cache
by David Sehr
· 8 years ago
0c18338
ART: Replace or remove some ObjectCallback Walk functions
by Andreas Gampe
· 8 years ago
10d3908
ART: Remove old visit functions
by Andreas Gampe
· 8 years ago
1c158a0
ART: Use VisitObjects visitor functions
by Andreas Gampe
· 8 years ago
351c447
ART: Add templated VisitObjects
by Andreas Gampe
· 8 years ago
6f54cf2
Fix ReadBarrier misuse when relocating the image.
by Chang Xing
· 8 years ago
8d174b5
Merge "Check ClassClass's dependencies in ImageSpace"
by Treehugger Robot
· 8 years ago
4be3e9b
Check ClassClass's dependencies in ImageSpace
by Chang Xing
· 8 years ago
97c4646
Introduce a Marking Register in ARM64 code generation.
by Roland Levillain
· 8 years ago
a5fb204
Rewrite bits of RegionSpace::ClearFromSpace.
by Nicolas Geoffray
· 8 years ago
2a546e1
Merge "Fix region space when used with SetLengthToUsableSizeVisitor."
by Nicolas Geoffray
· 8 years ago
4b361a8
Fix region space when used with SetLengthToUsableSizeVisitor.
by Nicolas Geoffray
· 8 years ago
34afcde
Trace heap size for allocations
by Mathieu Chartier
· 8 years ago
Next »