Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
c38c3699b8d91c837c0e590a618aeb4860eed5cc
/
runtime
a26e349
Add JVMTI Breakpoint and SingleStep functionality
by Alex Light
· 8 years ago
fc90567
Interpreter needs to handle DexPcMovedEvent throwing.
by Alex Light
· 8 years ago
97e7803
Move debugger.cc GetCanonicalMethod to ArtMethod
by Alex Light
· 8 years ago
ef43805
Interpreter: Save and restore object result register.
by Nicolas Geoffray
· 8 years ago
1c6016e
Merge "Dump heap reference adjacent memory for logging corruption"
by Treehugger Robot
· 8 years ago
ac2f74c
Merge "Revert "Refeactor region clearing / allocation code""
by Mathieu Chartier
· 8 years ago
b645c306
Revert "Refeactor region clearing / allocation code"
by Mathieu Chartier
· 8 years ago
4c18d19
Merge "Restore profile saver priority in GC critical section"
by Mathieu Chartier
· 8 years ago
b814ef5
Dump heap reference adjacent memory for logging corruption
by Mathieu Chartier
· 8 years ago
e523294
Merge "Refeactor region clearing / allocation code"
by Treehugger Robot
· 8 years ago
5494e5b
Restore profile saver priority in GC critical section
by Mathieu Chartier
· 8 years ago
2347b39
Refeactor region clearing / allocation code
by Mathieu Chartier
· 8 years ago
271c1e1
Adding additional logging to Class Verbose Log
by Bharadwaj Kalandhabhatta
· 8 years ago
9d7fd99
Merge "Only look for method optimization annotations in the bootstrap class loader."
by Roland Levillain
· 8 years ago
ec5a7cc
Merge "Make waiting for blocking GC more intuitive"
by Mathieu Chartier
· 8 years ago
35e42f0
Only look for method optimization annotations in the bootstrap class loader.
by Roland Levillain
· 8 years ago
40112dd
Make waiting for blocking GC more intuitive
by Mathieu Chartier
· 8 years ago
0d2323e
Fix the stack at the beginning of the Generic JNI trampoline.
by Roland Levillain
· 8 years ago
d0210e5
ART: Add stack-dump mode for contention logging
by Andreas Gampe
· 8 years ago
117f9b3
ART: Fix issues in RequestSynchronousCheckpoint
by Andreas Gampe
· 8 years ago
721276b
Merge "ART: Change contention logging lock strategy"
by Treehugger Robot
· 8 years ago
e5d5405
Merge "Revert "ART: Simple structural class check""
by Treehugger Robot
· 8 years ago
9c9b936
Merge changes I8d333ea5,Ie4efc8bb
by Treehugger Robot
· 8 years ago
f45cf4b
Merge "Fix static analyzer warnings"
by Treehugger Robot
· 8 years ago
a792067
Don't do a read barrier in GetProfilingInfo.
by Nicolas Geoffray
· 8 years ago
6237cd3
ART: Fix missing wait in GetAllStackTraces
by Andreas Gampe
· 8 years ago
991725a
Revert "ART: Simple structural class check"
by Andreas Gampe
· 8 years ago
111b109
ART: Change contention logging lock strategy
by Andreas Gampe
· 8 years ago
19921b7
Merge "Fix static analyzer warnings"
by Treehugger Robot
· 8 years ago
1bfc9fc
Merge "ART: Fix use-after-free"
by Treehugger Robot
· 8 years ago
2f79455
Add support for generating boot image profile
by Mathieu Chartier
· 8 years ago
ad9173d
ART: Fix use-after-free
by Andreas Gampe
· 8 years ago
247fc33
ART: Make gAborting an atomic
by Andreas Gampe
· 8 years ago
51d80cc
ART: Refactor abort code
by Andreas Gampe
· 8 years ago
d86b320
Fix static analyzer warnings
by George Burgess IV
· 8 years ago
984387f
Fix static analyzer warnings
by George Burgess IV
· 8 years ago
a08c9bb
Merge "Ensure GetLoadedClasses only returns 'Loaded' Classes."
by Treehugger Robot
· 8 years ago
19df565
Merge "Add dex2oat support for profile based image creation"
by Mathieu Chartier
· 8 years ago
34bf622
Merge changes Ib2146ee7,I65f724be
by Treehugger Robot
· 8 years ago
bdd0344
Merge changes Ia0c5e920,I71e957db
by Treehugger Robot
· 8 years ago
f8a4a2c
Ensure GetLoadedClasses only returns 'Loaded' Classes.
by Alex Light
· 8 years ago
f70fe3d
Add dex2oat support for profile based image creation
by Mathieu Chartier
· 8 years ago
46c4c85
ART: Add slow-debug test in CommonRuntimeTest
by Andreas Gampe
· 8 years ago
69489fa
ART: Fix old warnings
by Andreas Gampe
· 8 years ago
28c4a23
ART: Fix RequestSynchronousCheckpoint
by Andreas Gampe
· 8 years ago
f1221a1
ART: Use ThreadList RunCheckpoint for GetAllStackTraces
by Andreas Gampe
· 8 years ago
8979f71
Merge "Bump vdex version to regenerate vdex files"
by Treehugger Robot
· 8 years ago
aea05c1
ART: Move debug-checks to runtime-debug-flags
by Andreas Gampe
· 8 years ago
1c5b42f
ART: Add support for runtime debug checks
by Andreas Gampe
· 8 years ago
71fa64f
Bump vdex version to regenerate vdex files
by Shubham Ajmera
· 8 years ago
c18f3d0
Merge "Address some review comments for aog/415919"
by Mathieu Chartier
· 8 years ago
e46f3a8
Address some review comments for aog/415919
by Mathieu Chartier
· 8 years ago
6fa7b81
Add GetSourceFile and GetSourceDebugExt JVMTI functions
by Alex Light
· 8 years ago
18b4ed1
Merge changes from topic 'jvmti-field-cbs'
by Alex Light
· 8 years ago
36a296f
ART: Refactor stack.h
by Andreas Gampe
· 8 years ago
77c7d10
Merge "Add field/method skipping helper functions to DexFile"
by Mathieu Chartier
· 8 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 8 years ago
084fa37
Add field access & modify JVMTI callbacks
by Alex Light
· 8 years ago
2ebc76e
Merge "Layout code items of post startup methods"
by Treehugger Robot
· 8 years ago
7c1be8b
Layout code items of post startup methods
by Mathieu Chartier
· 8 years ago
8b0673f
Merge "Make native field operations call instrumentation listeners."
by Treehugger Robot
· 8 years ago
e00ec30
Make native field operations call instrumentation listeners.
by Alex Light
· 8 years ago
7239865
Null check thread peers in JVMTI class callbacks
by Alex Light
· 8 years ago
97176b0
Merge "Added scripts to analyze sanitizer poisoning"
by Treehugger Robot
· 8 years ago
a5dcdf3
Merge "Refactor some profiling info functions"
by Mathieu Chartier
· 8 years ago
b9499f4
Merge "ART: JIT code cache allocation cleanup"
by Treehugger Robot
· 8 years ago
8302d76
Merge "ART: Split out PROT_EXEC from custom low-4GB allocator"
by Treehugger Robot
· 8 years ago
bbe3a5e
Refactor some profiling info functions
by Mathieu Chartier
· 8 years ago
9e1c45d
Added scripts to analyze sanitizer poisoning
by Bharadwaj Kalandhabhatta
· 8 years ago
aebfd20
Merge "Clean up ArraySlice<>."
by Vladimir Marko
· 8 years ago
1368312
Merge "Use ArrayRef<> instead of ArraySlice<> in JVMTI."
by Vladimir Marko
· 8 years ago
9ac7749
Clean up ArraySlice<>.
by Vladimir Marko
· 8 years ago
c348380
Merge "ScopedFlock: Refactor it to be a subclass of FdFile."
by Narayan Kamath
· 8 years ago
e4deaf3
ART: JIT code cache allocation cleanup
by Andreas Gampe
· 8 years ago
651ba59
ART: Split out PROT_EXEC from custom low-4GB allocator
by Andreas Gampe
· 8 years ago
e1993c7
Use ArrayRef<> instead of ArraySlice<> in JVMTI.
by Vladimir Marko
· 8 years ago
25e4d1e
MIPS: Fix art_quick_instrumentation_entry/exit
by Goran Jakovljevic
· 8 years ago
1cfea7a
Code cleanup around vdex.
by Nicolas Geoffray
· 8 years ago
a3d27eb
ScopedFlock: Refactor it to be a subclass of FdFile.
by Narayan Kamath
· 8 years ago
d38b67c
Merge "ART: Add JIT cache race test"
by Treehugger Robot
· 8 years ago
3d8c664
Merge "ART: Add GetStackTrace fast-path"
by Treehugger Robot
· 8 years ago
f79975c
Merge "ART: Refactor GetStackTraceVisitor"
by Treehugger Robot
· 8 years ago
de944ae
Merge "Address review comments for aog/411660"
by Mathieu Chartier
· 8 years ago
850a0fe
ART: Add GetStackTrace fast-path
by Andreas Gampe
· 8 years ago
6db6b4d
ART: Refactor GetStackTraceVisitor
by Andreas Gampe
· 8 years ago
885a713
Add support for profiling boot class path
by Mathieu Chartier
· 8 years ago
db40eac
Address review comments for aog/411660
by Mathieu Chartier
· 8 years ago
a7548fe
Merge "Add FirstPathFromRootSet and use it to debug reachability issues"
by Mathieu Chartier
· 8 years ago
4f5e3cb
Add FirstPathFromRootSet and use it to debug reachability issues
by Mathieu Chartier
· 8 years ago
07e6c2d
Merge "entrypoints: Remove DMBs from art_quick_alloc initialized variants."
by Igor Murashkin
· 8 years ago
d455b87
Merge "x86/x86-64: Fix art_quick_instrumentation_exit CFI."
by Vladimir Marko
· 8 years ago
9877855
x86/x86-64: Fix art_quick_instrumentation_exit CFI.
by Vladimir Marko
· 8 years ago
c5dd99f
Fix mips64 build
by Goran Jakovljevic
· 8 years ago
fbb22de
Merge "Don't reset to a level above warmup threshold."
by Nicolas Geoffray
· 8 years ago
f052aa7
Merge "Update startup compilation thresholds"
by Treehugger Robot
· 8 years ago
4e44dcc
Merge "X86: Add sandybridge microarchitecture"
by Treehugger Robot
· 8 years ago
9e20fd6
Merge "Add method tracing JVMTI callbacks"
by Treehugger Robot
· 8 years ago
273d110
Update startup compilation thresholds
by Mathieu Chartier
· 8 years ago
a74c04b
Merge "ART: Clean up asm_support.h"
by Treehugger Robot
· 8 years ago
2936518
Merge "ART: Update stl_util.h"
by Treehugger Robot
· 8 years ago
Next »