Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
6a4bbdf4c97615afecad4aae1e54afd8e44e36dd
/
runtime
854461a
Merge "Fixed Literal String intern mismatch."
by Mathieu Chartier
· 8 years ago
762ef84
Fixed Literal String intern mismatch.
by Chang Xing
· 8 years ago
85b82e3
Merge "Reset JIT method counters to 0 instead of 1 when clearing."
by Treehugger Robot
· 8 years ago
8144b1e
Merge "signal_catcher: track tombstoned API changes."
by Narayan Kamath
· 8 years ago
e0f02b7
signal_catcher: track tombstoned API changes.
by Narayan Kamath
· 8 years ago
726e179
Merge changes I282b25a3,I297f0ad4,I052ac9f7
by Treehugger Robot
· 8 years ago
00286db
Reset JIT method counters to 0 instead of 1 when clearing.
by Jeff Hao
· 8 years ago
413d0be
Merge "ART: Add some UNLIKELY in the verifier"
by Treehugger Robot
· 8 years ago
2af9902
ART: More header cleanup - class_linker.h
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
a14100c
ART: More header cleanup - jni_internal.h
by Andreas Gampe
· 8 years ago
29e8142
ART: Add some UNLIKELY in the verifier
by Andreas Gampe
· 8 years ago
8ea4eec
ART: Mark some functions as always-inline
by Andreas Gampe
· 8 years ago
deae7db
ART: Add missing namespace comments
by Andreas Gampe
· 8 years ago
8d01c37
ART: Remove unique_ptr release warnings
by Andreas Gampe
· 8 years ago
1171dee
Merge "Fix dexlayout fixed point test"
by Mathieu Chartier
· 8 years ago
4b3d690
Fix OOME handling in VMClassLoader.getBootClassPathEntries().
by Vladimir Marko
· 8 years ago
d00e02b
Fix dexlayout fixed point test
by Mathieu Chartier
· 8 years ago
0a5ace5
Merge "Stop interpreter from accessing code items of compiled code."
by Treehugger Robot
· 8 years ago
d8b6461
Merge "Simplify CHA dependency tracking data structure."
by Mingyao Yang
· 8 years ago
cc10450
Simplify CHA dependency tracking data structure.
by Mingyao Yang
· 8 years ago
2419cb7
MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)
by Lena Djokic
· 8 years ago
2d7ed74
Merge "Flush data cache after updating the JIT table."
by Nicolas Geoffray
· 8 years ago
dbddc22
Refactor profiles to use TypeReference instead of ClassReference
by Mathieu Chartier
· 8 years ago
a559fa1
Merge "Fix compiler crash due to inline caches and improve docs"
by Treehugger Robot
· 8 years ago
5ea8413
Stop interpreter from accessing code items of compiled code.
by Jeff Hao
· 8 years ago
e6f87cc
Fix compiler crash due to inline caches and improve docs
by Calin Juravle
· 8 years ago
8bdf4e0
Merge "ART: Remove RegisterNativeMethods special-casing"
by Treehugger Robot
· 8 years ago
e89d260
Merge "Remove segfault."
by Treehugger Robot
· 8 years ago
e16c3bf
Remove segfault.
by Steven Moreland
· 8 years ago
5232be6
ART: Remove RegisterNativeMethods special-casing
by Andreas Gampe
· 8 years ago
69462a2
Merge "ART: Clean up instruction_set.h"
by Treehugger Robot
· 8 years ago
352b17a
Flush data cache after updating the JIT table.
by Nicolas Geoffray
· 8 years ago
03a8e86
Merge "Record types when the interpreter executes intrinsics."
by Nicolas Geoffray
· 8 years ago
b2fe778
Merge "ART: Fix some pedantic warnings"
by Treehugger Robot
· 8 years ago
705543e
ART: Clean up instruction_set.h
by Andreas Gampe
· 8 years ago
01f7743
ART: Fix some pedantic warnings
by Andreas Gampe
· 8 years ago
75e4b2a
Use HeapGrowthMultiplier for native allocaitons
by Mathieu Chartier
· 8 years ago
ec89dfa
Merge "Record inline caches only for the strictly hot methods"
by Calin Juravle
· 8 years ago
b9bec2e
Record types when the interpreter executes intrinsics.
by Nicolas Geoffray
· 8 years ago
eb71033
ART: Use file descriptors handed out by tombstoned for traces.
by Narayan Kamath
· 8 years ago
a4bf3c3
Merge "Use DeletableArenaObject for DexFileData"
by Treehugger Robot
· 8 years ago
798ba16
Use DeletableArenaObject for DexFileData
by Calin Juravle
· 8 years ago
81cbb24
Merge "Use arena allocation for profiles"
by Calin Juravle
· 8 years ago
a39fd98
Record inline caches only for the strictly hot methods
by Calin Juravle
· 8 years ago
14538fb
Merge "ART: Add class instance fields in hprof dumps"
by Treehugger Robot
· 8 years ago
73b9f45
Merge "FdFile: fix operator=(FdFile&&)"
by Narayan Kamath
· 8 years ago
bbd8d01
Merge "ART: Reserve sentinel early"
by Treehugger Robot
· 8 years ago
cc3171a
Use arena allocation for profiles
by Calin Juravle
· 8 years ago
28b6e7e
Deal with ASAN alloc-dealloc mismatch in class transformation code.
by Alex Light
· 8 years ago
3a2c55c
ART: Add class instance fields in hprof dumps
by Andreas Gampe
· 8 years ago
eda7d3d
FdFile: fix operator=(FdFile&&)
by Narayan Kamath
· 8 years ago
728411b
Merge "MIPS: Improve object lock/unlock."
by Vladimir Marko
· 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
daaec10
Merge "heap: Tolerate rosalloc allocation races in the heap visitor"
by Igor Murashkin
· 8 years ago
76c7665
heap: Tolerate rosalloc allocation races in the heap visitor
by Igor Murashkin
· 8 years ago
5f2a2fc
ART: Reserve sentinel early
by Andreas Gampe
· 8 years ago
3bada4b
Avoid binding const references to temporaries.
by Vladimir Marko
· 8 years ago
a654e03
Merge "Also return vdex file from DexFile.getDexFileOutputPath"
by Calin Juravle
· 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
ee810b3
Merge "Do not cache profiles in the ProfileSaver."
by Calin Juravle
· 8 years ago
0fe407a
Merge "Make dexdump2 more forgiving on closing not-live register."
by Aart Bik
· 8 years ago
c1c3351
Merge "Revert "Stop interpreter from accessing code items of compiled code.""
by Treehugger Robot
· 8 years ago
ef65271
Revert "Stop interpreter from accessing code items of compiled code."
by Nicolas Geoffray
· 8 years ago
3910037
Use GC critical section for profile saver
by Mathieu Chartier
· 8 years ago
dcab190
Do not cache profiles in the ProfileSaver.
by Calin Juravle
· 8 years ago
2058b1d
Make dexdump2 more forgiving on closing not-live register.
by Aart Bik
· 8 years ago
19daa62
Merge "ART: Let JIT tasks finish under sanitization"
by Treehugger Robot
· 8 years ago
367b9d8
Also return vdex file from DexFile.getDexFileOutputPath
by Calin Juravle
· 8 years ago
aad63d0
Merge "ART: Add arena tracking mode"
by Treehugger Robot
· 8 years ago
5504aef
Merge changes Ic48ccda9,Ibc0a29c9
by Treehugger Robot
· 8 years ago
4632f5b
Merge "ART: Improve RegType::IsAssignableFrom"
by Treehugger Robot
· 8 years ago
47aa869
Merge "No need to lock when calling Thread.interrupted."
by Nicolas Geoffray
· 8 years ago
8e0a5de
Merge "Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."""
by Richard Uhler
· 8 years ago
42ae05a
ART: Improve RegType::IsAssignableFrom
by Andreas Gampe
· 8 years ago
ad63fe5
MIPS: Improve object lock/unlock.
by Alexey Frunze
· 8 years ago
0c26f2f
Merge "Stop interpreter from accessing code items of compiled code."
by Treehugger Robot
· 8 years ago
e9196b6
Merge "ART: Add UNLIKELY in verifier"
by Treehugger Robot
· 8 years ago
2f28244
Merge "ART: Collect instruction flags in a struct"
by Treehugger Robot
· 8 years ago
178dce7
Stop interpreter from accessing code items of compiled code.
by Jeff Hao
· 8 years ago
0897e1c
ART: Let JIT tasks finish under sanitization
by Andreas Gampe
· 8 years ago
74979b1
ART: Add UNLIKELY in verifier
by Andreas Gampe
· 8 years ago
b3937e3
ART: Collect instruction flags in a struct
by Andreas Gampe
· 8 years ago
6579b09
Merge "ART: Fix iterator invalidation"
by Treehugger Robot
· 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
8df0f36
RegisterNativeAllocation: Avoid case of double blocking gc.
by Richard Uhler
· 8 years ago
7974468
Merge "sigchain: limit use of SetHandlingSignal."
by Treehugger Robot
· 8 years ago
39e6738
ART: Fix iterator invalidation
by Andreas Gampe
· 8 years ago
5629d2d
ART: Move JIT code cache sentinel to sentinel fault page
by Andreas Gampe
· 8 years ago
2ac67d5
ART: Reserve sentinel fault page
by Andreas Gampe
· 8 years ago
365719c
No need to lock when calling Thread.interrupted.
by Nicolas Geoffray
· 8 years ago
c4209f0
Merge "Fix determinism for app images"
by Treehugger Robot
· 8 years ago
3738e98
Fix determinism for app images
by Mathieu Chartier
· 8 years ago
Next »