Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
57943810cfc789da890d73621741729da5feaaf8
/
runtime
/
gc
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
660be6f
Add VMDebug.getInstancesOfClasses API.
by Richard Uhler
· 7 years ago
72a3f1d
Merge "Revert "ART: Disable part of ImageSpace loading test""
by Vladimir Marko
· 7 years ago
4908697
Revert "ART: Disable part of ImageSpace loading test"
by Vladimir Marko
· 7 years ago
103fa6e
ART: Destroy unprocessed tasks in TaskProcessor.
by Vladimir Marko
· 7 years ago
c9b46d5
Remove unused declarations of dead code.
by Elliott Hughes
· 7 years ago
4b3fdfe
ART: Disable part of ImageSpace loading test
by Andreas Gampe
· 7 years ago
178c880
ART: Add ImageSpace loading behavior test
by Andreas Gampe
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 7 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
e3a5e66
Merge "ART: Only stress background transition in slow-debug"
by Treehugger Robot
· 7 years ago
ed56b5e
ART: Only stress background transition in slow-debug
by Andreas Gampe
· 7 years ago
6c57871
ART: Move more read-barrier checking under slow-debug
by Andreas Gampe
· 7 years ago
11c273d
Remove low RAM special casing for heap growth multiplier
by Mathieu Chartier
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
df7f7f0
Address comment for aog/502433
by Mathieu Chartier
· 7 years ago
aac9012
Compare rounded sizes in CheckPreconditionsForAllocObject
by Mathieu Chartier
· 7 years ago
8d8de0c
Use CheckedCall for mprotects
by Mathieu Chartier
· 7 years ago
3425d02
Rename CHECK_MEMORY_CALL to CheckedCall
by Mathieu Chartier
· 7 years ago
217488a
ART: Move read barrier config out of globals
by Andreas Gampe
· 7 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 7 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
fb5b7d8
Merge "Fix questionable behavior for the bulk region clearing"
by Treehugger Robot
· 8 years ago
f39c091
Fix questionable behavior for the bulk region clearing
by Mathieu Chartier
· 8 years ago
478986c
Fix race condition new regions in AllocNonVirtual
by Mathieu Chartier
· 8 years ago
c1b3c71
Only protect cleared regions for target builds
by Mathieu Chartier
· 8 years ago
49bac84
Protect cleared regions
by Mathieu Chartier
· 8 years ago
975bf2c
Merge "Revert "Revert "Refeactor region clearing / allocation code"""
by Treehugger Robot
· 8 years ago
420823f
Revert "Revert "Refeactor region clearing / allocation code""
by Mathieu Chartier
· 8 years ago
1c6016e
Merge "Dump heap reference adjacent memory for logging corruption"
by Treehugger Robot
· 8 years ago
b645c306
Revert "Refeactor region clearing / allocation code"
by Mathieu Chartier
· 8 years ago
b814ef5
Dump heap reference adjacent memory for logging corruption
by Mathieu Chartier
· 8 years ago
2347b39
Refeactor region clearing / allocation code
by Mathieu Chartier
· 8 years ago
40112dd
Make waiting for blocking GC more intuitive
by Mathieu Chartier
· 8 years ago
a3d27eb
ScopedFlock: Refactor it to be a subclass of FdFile.
by Narayan Kamath
· 8 years ago
4f5e3cb
Add FirstPathFromRootSet and use it to debug reachability issues
by Mathieu Chartier
· 8 years ago
8375e4f
Merge "ART: Fix or disable some tidy warnings."
by Treehugger Robot
· 8 years ago
f45d61c
ART: Fix or disable some tidy warnings.
by Andreas Gampe
· 8 years ago
3b7dc35
ART: Clean up allocator.h
by Andreas Gampe
· 8 years ago
8228cdf
ART: Move CalleeSaveType to callee_save_type.h
by Andreas Gampe
· 8 years ago
bdb5c83
Merge "Document and use AtomicStack concurrency properties"
by Hans Boehm
· 8 years ago
7c928f0
Combine madvise for clearing region space
by Mathieu Chartier
· 8 years ago
508fdf3
ART: Small class-inl.h cleanup
by Andreas Gampe
· 8 years ago
5d08fcc
ART: More header cleanups
by Andreas Gampe
· 8 years ago
57cf00b
ART: Remove old object_callbacks.h includes
by Andreas Gampe
· 8 years ago
f81e656
Document and use AtomicStack concurrency properties
by Hans Boehm
· 8 years ago
6559ba1
Merge "Move to release CAS for updating object fields"
by Treehugger Robot
· 8 years ago
fdd513d
Move to release CAS for updating object fields
by Mathieu Chartier
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 8 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 8 years ago
726e179
Merge changes I282b25a3,I297f0ad4,I052ac9f7
by Treehugger Robot
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
deae7db
ART: Add missing namespace comments
by Andreas Gampe
· 8 years ago
75e4b2a
Use HeapGrowthMultiplier for native allocaitons
by Mathieu Chartier
· 8 years ago
95c7d5b
Merge "Go to suspended before waiting for GC to complete."
by Mathieu Chartier
· 8 years ago
1e8ce07
Merge "Use DumpObjectInfo in CheckPreconditionsForAllocObject"
by Mathieu Chartier
· 8 years ago
96f4c3c
Use DumpObjectInfo in CheckPreconditionsForAllocObject
by Mathieu Chartier
· 8 years ago
b93d5b1
Go to suspended before waiting for GC to complete.
by Mathieu Chartier
· 8 years ago
76c7665
heap: Tolerate rosalloc allocation races in the heap visitor
by Igor Murashkin
· 8 years ago
4ce0c76
Send holder to Mark in ConcurrentCopying::Process for GC verification
by Mathieu Chartier
· 8 years ago
ff120c2
Merge "Use GC critical section for profile saver"
by Mathieu Chartier
· 8 years ago
3910037
Use GC critical section for profile saver
by Mathieu Chartier
· 8 years ago
8e0a5de
Merge "Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."""
by Richard Uhler
· 8 years ago
da1da8a
Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc.""
by Richard Uhler
· 8 years ago
a774575
Merge "Revert "RegisterNativeAllocation: Avoid case of double blocking gc.""
by Richard Uhler
· 8 years ago
602b1c1
Revert "RegisterNativeAllocation: Avoid case of double blocking gc."
by Richard Uhler
· 8 years ago
a65f767
Merge "RegisterNativeAllocation: Avoid case of double blocking gc."
by Treehugger Robot
· 8 years ago
Next »