index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
gc
/
heap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix force copy
Mathieu Chartier
2015-06-24
1
-1
/
+1
*
New experimental GC stress mode
Mathieu Chartier
2015-06-22
1
-5
/
+90
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-0
/
+1
*
Reset GC performance stats at zygote fork.
Hiroshi Yamauchi
2015-06-10
1
-0
/
+21
*
Use runFinalizationWithTimeout for native allocations
Mathieu Chartier
2015-06-05
1
-13
/
+10
*
Add atrace calls to runtime start and heap create
Richard Uhler
2015-06-04
1
-5
/
+12
*
Fix valgrind large_object_space_test
Mathieu Chartier
2015-06-03
1
-1
/
+1
*
Add a way to determine if a large object is a zygote object
Mathieu Chartier
2015-06-03
1
-0
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-1
/
+6
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
Hold heap bitmap lock in Heap::GetObjectsAllocated
Mathieu Chartier
2015-05-12
1
-2
/
+11
*
ART: Merge entries with same name and protect in MemMap dump.
Vladimir Marko
2015-05-08
1
-1
/
+1
*
Request full/partial GC type from VMRuntime.requestConcurrentGC().
Hiroshi Yamauchi
2015-05-01
1
-10
/
+20
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-6
/
+6
*
getRuntimeStat() support (ART).
Hiroshi Yamauchi
2015-04-13
1
-6
/
+131
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-9
/
+9
*
ART: Enable more Clang warnings
Andreas Gampe
2015-04-06
1
-1
/
+0
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-17
/
+32
*
Fix race with Heap::ClampGrowthLimit and GC
Mathieu Chartier
2015-04-02
1
-0
/
+2
*
Only GC the first time we call PreZygoteFork
Mathieu Chartier
2015-03-31
1
-2
/
+6
*
Remove some spammy logging
Mathieu Chartier
2015-03-20
1
-1
/
+0
*
Fix oat_file_assistant_test32 flaky failures with GSS collector.
Hiroshi Yamauchi
2015-03-17
1
-3
/
+11
*
Add more info to who called SuspendAll
Mathieu Chartier
2015-03-13
1
-5
/
+5
*
Fix valgrind heap_test.
Hiroshi Yamauchi
2015-03-13
1
-7
/
+9
*
Merge "ART: correct native bytes allocated in RegisterNativeAllocation"
Mathieu Chartier
2015-03-12
1
-0
/
+2
|
\
|
*
ART: correct native bytes allocated in RegisterNativeAllocation
Lin Zang
2015-03-12
1
-0
/
+2
*
|
Fix CC collector boot.
Hiroshi Yamauchi
2015-03-11
1
-2
/
+2
|
/
*
Rosalloc thread local allocation path without a cas.
Hiroshi Yamauchi
2015-03-11
1
-17
/
+46
*
Only allocate collectors if we may use them
Mathieu Chartier
2015-03-06
1
-12
/
+27
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-2
/
+3
*
Merge "Change card cache mod-union table to use bitmaps"
Mathieu Chartier
2015-02-26
1
-8
/
+8
|
\
|
*
Change card cache mod-union table to use bitmaps
Mathieu Chartier
2015-02-26
1
-8
/
+8
*
|
Add standard gc log for transition collections.
Hiroshi Yamauchi
2015-02-26
1
-12
/
+23
|
/
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-1
/
+1
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-1
/
+1
*
Add JIT
Mathieu Chartier
2015-02-23
1
-1
/
+1
*
Revert "Do GC for alloc for unstarted runtimes"
Mathieu Chartier
2015-02-20
1
-6
/
+2
*
Do GC for alloc for unstarted runtimes
Mathieu Chartier
2015-02-19
1
-2
/
+6
*
Merge "art: Refactor RuntimeOptions/ParsedOptions"
Igor Murashkin
2015-02-04
1
-2
/
+2
|
\
|
*
art: Refactor RuntimeOptions/ParsedOptions
Igor Murashkin
2015-02-04
1
-2
/
+2
*
|
ART: checkpoint mechanism optimization
Lei Li
2015-02-03
1
-2
/
+8
|
/
*
Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"
Hiroshi Yamauchi
2015-01-27
1
-11
/
+16
|
\
|
*
ART: clear dirty cards of alloc space for MS/CMS partial and full GCs
Lei Li
2015-01-26
1
-11
/
+16
*
|
Change AtomicStack to use StackReference
Mathieu Chartier
2015-01-25
1
-11
/
+10
|
/
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-22
/
+111
*
Merge "ART: clear dirty cards of alloc space in pause phase"
Mathieu Chartier
2015-01-23
1
-2
/
+2
|
\
|
*
ART: clear dirty cards of alloc space in pause phase
Lei Li
2015-01-22
1
-2
/
+2
*
|
Clean up the locks around Heap::VisitObjects().
Hiroshi Yamauchi
2015-01-20
1
-18
/
+36
|
/
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-5
/
+5
*
Merge "[WIP] Fix a rosalloc verification crash."
Hiroshi Yamauchi
2015-01-10
1
-2
/
+0
|
\
[next]