Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
97509954404d031594b2ecbda607314d169d512e
/
runtime
/
gc
/
heap.cc
9750995
Clean up GC callbacks to be virtual methods
by Mathieu Chartier
· 9 years ago
1e13374
Generalize Valgrind annotations in ART to support ASan.
by Evgenii Stepanov
· 10 years ago
f182085
Add VMDebug.countInstancesOfClasses
by Mathieu Chartier
· 10 years ago
3cf2253
Clean up some includes
by Mathieu Chartier
· 10 years ago
41656de
Fix potential bugs in allocation tracker
by Man Cao
· 10 years ago
d7f3c38
Merge "Make allocation tracker use less memory"
by Mathieu Chartier
· 10 years ago
42c3c33
Make allocation tracker use less memory
by Man Cao
· 10 years ago
b735bd9
Fix force copy
by Mathieu Chartier
· 10 years ago
da0e224
Merge "Restore DDMS recent allocation tracking's behavior"
by Mathieu Chartier
· 10 years ago
1ed11b9
Restore DDMS recent allocation tracking's behavior
by Man Cao
· 10 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 10 years ago
89c6373
Merge "Add more logging output for dlopen."
by David Srbecky
· 10 years ago
5dedb80
Add more logging output for dlopen.
by David Srbecky
· 10 years ago
3767017
Reset GC performance stats at zygote fork.
by Hiroshi Yamauchi
· 10 years ago
8c2ff64
Add allocation stack traces for HPROF dump.
by Man Cao
· 10 years ago
b5de3bb
Use runFinalizationWithTimeout for native allocations
by Mathieu Chartier
· 10 years ago
054a078
Add atrace calls to runtime start and heap create
by Richard Uhler
· 10 years ago
f6c2a27
Fix valgrind large_object_space_test
by Mathieu Chartier
· 10 years ago
e715811
Add a way to determine if a large object is a zygote object
by Mathieu Chartier
· 10 years ago
4edd847
Fix accidental IMT and root marking regression
by Mathieu Chartier
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
b43390c
Hold heap bitmap lock in Heap::GetObjectsAllocated
by Mathieu Chartier
· 10 years ago
17a924a
ART: Merge entries with same name and protect in MemMap dump.
by Vladimir Marko
· 10 years ago
0ae9899
Request full/partial GC type from VMRuntime.requestConcurrentGC().
by Hiroshi Yamauchi
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
a1c9f01
getRuntimeStat() support (ART).
by Hiroshi Yamauchi
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
ddac423
Fix race with Heap::ClampGrowthLimit and GC
by Mathieu Chartier
· 10 years ago
faed995
Only GC the first time we call PreZygoteFork
by Mathieu Chartier
· 10 years ago
cd8f637
Remove some spammy logging
by Mathieu Chartier
· 10 years ago
3dbf234
Fix oat_file_assistant_test32 flaky failures with GSS collector.
by Hiroshi Yamauchi
· 10 years ago
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
8711d1f
Fix valgrind heap_test.
by Hiroshi Yamauchi
· 10 years ago
399ccb1
Merge "ART: correct native bytes allocated in RegisterNativeAllocation"
by Mathieu Chartier
· 10 years ago
60e2716
ART: correct native bytes allocated in RegisterNativeAllocation
by Lin Zang
· 10 years ago
d04495e
Fix CC collector boot.
by Hiroshi Yamauchi
· 10 years ago
4460a84
Rosalloc thread local allocation path without a cas.
by Hiroshi Yamauchi
· 10 years ago
dfe3083
Only allocate collectors if we may use them
by Mathieu Chartier
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
0a575f2
Merge "Change card cache mod-union table to use bitmaps"
by Mathieu Chartier
· 10 years ago
4858a93
Change card cache mod-union table to use bitmaps
by Mathieu Chartier
· 10 years ago
e4d9987
Add standard gc log for transition collections.
by Hiroshi Yamauchi
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
ac19516
Revert "Do GC for alloc for unstarted runtimes"
by Mathieu Chartier
· 10 years ago
c0a7e2b
Do GC for alloc for unstarted runtimes
by Mathieu Chartier
· 10 years ago
1bb6cb0
Merge "art: Refactor RuntimeOptions/ParsedOptions"
by Igor Murashkin
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
dd9943d
ART: checkpoint mechanism optimization
by Lei Li
· 10 years ago
85ed6bd
Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"
by Hiroshi Yamauchi
· 10 years ago
4add3b4
ART: clear dirty cards of alloc space for MS/CMS partial and full GCs
by Lei Li
· 10 years ago
cb535da
Change AtomicStack to use StackReference
by Mathieu Chartier
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
4dfe58d
Merge "ART: clear dirty cards of alloc space in pause phase"
by Mathieu Chartier
· 10 years ago
727b294
ART: clear dirty cards of alloc space in pause phase
by Lei Li
· 10 years ago
0c8c303
Clean up the locks around Heap::VisitObjects().
by Hiroshi Yamauchi
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
313c9c6
Merge "[WIP] Fix a rosalloc verification crash."
by Hiroshi Yamauchi
· 10 years ago
a233e03
[WIP] Fix a rosalloc verification crash.
by Hiroshi Yamauchi
· 10 years ago
379d09f
Add clamp growth limit
by Mathieu Chartier
· 10 years ago
50c138f
Fix signal test to work with gcstress
by Mathieu Chartier
· 10 years ago
a5eae69
Add heap task processor
by Mathieu Chartier
· 10 years ago
bf7b41f
Merge "Fix concurrent GC ergonomics"
by Mathieu Chartier
· 10 years ago
e2c2f6e
Fix concurrent GC ergonomics
by Mathieu Chartier
· 10 years ago
70a596d
Add thread suspend histogram
by Mathieu Chartier
· 10 years ago
c85cdeb
Delete gc request lock
by Mathieu Chartier
· 10 years ago
079101a
Move GC daemon locking logic into heap
by Mathieu Chartier
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
95a505c
Increase default allocation stack size
by Mathieu Chartier
· 10 years ago
0310da5
Fix growth limit / footprint limit problems
by Mathieu Chartier
· 10 years ago
91c2f0c
Trim reference tables when we trim the heap
by Mathieu Chartier
· 10 years ago
7247af5
Fix zygote space and non moving space map names
by Mathieu Chartier
· 10 years ago
20ed5af
Enable the hspace compaction on OOM by default.
by Hiroshi Yamauchi
· 10 years ago
c2e2062
Add hash set
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
eb175f7
Add image strings to intern table
by Mathieu Chartier
· 10 years ago
872dd82
Tidy and reduce ART library dependencies on the host.
by Ian Rogers
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
754ff33
Merge "Use the passed-in 'name' param to create a MemMap."
by Mathieu Chartier
· 10 years ago
08cef22
Fix concurrent start bytes race
by Mathieu Chartier
· 10 years ago
ef32b8f
Use the passed-in 'name' param to create a MemMap.
by Kyungmin Lee
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
9ef78b5
Fix broken runtime SetStatsEnabled logic
by Mathieu Chartier
· 10 years ago
268ea6c
Change heap base address
by Mathieu Chartier
· 10 years ago
2d5f39e
Add ScopedAssertNoThreadSuspension
by Mathieu Chartier
· 10 years ago
1b636c6
Add allocation rate tracking to systrace.
by Mathieu Chartier
· 10 years ago
69dbec6
Avoid suspending for alloc trace enabling when already suspended.
by Jeff Hao
· 10 years ago
2dbe627
Add runtime options for large object space
by Mathieu Chartier
· 10 years ago
af4edbd
Fix and re-enable FreeList large object space for 64 bit
by Mathieu Chartier
· 10 years ago
30cbbee
Ignore heap trim requests if we are the zygote
by Mathieu Chartier
· 10 years ago
b272855
Revert "Fix heap trimmer daemon sleeping."
by Mathieu Chartier
· 10 years ago
1f0437e
Delete double finalization hack.
by Mathieu Chartier
· 10 years ago
23d683f
Fix heap trimmer daemon sleeping.
by Mathieu Chartier
· 10 years ago
8ec31f9
Fix native allocation watermark clamping.
by Mathieu Chartier
· 10 years ago
f4f3843
Add exception check to AllocateInternalWithGc
by Mathieu Chartier
· 10 years ago
Next »