Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
3a3abd08ca92636a706c0efa777c0410258ebd5f
/
runtime
/
instrumentation.h
b7edcda
Add method tracing JVMTI callbacks
by Alex Light
· 8 years ago
d766158
Handler-ize InstrumentationListener and related code
by Alex Light
· 8 years ago
4ba388a
Remove Deoptimization code from class transformation.
by Alex Light
· 8 years ago
a0619e2
Make --debuggable rely on JIT code.
by Nicolas Geoffray
· 8 years ago
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 8 years ago
ce77fc0
Revert "Revert "Basic obsolete methods support""
by Alex Light
· 8 years ago
b81a984
Revert "Basic obsolete methods support"
by Alex Light
· 8 years ago
d8936da
Basic obsolete methods support
by Alex Light
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
f711f2c
Partial fragment deoptimization
by Mingyao Yang
· 8 years ago
3fd448a
Fix an assert during jdwp debugging.
by Mingyao Yang
· 8 years ago
1d011d9
Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""""
by Bill Buzbee
· 9 years ago
961ea9f
Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""
by Hiroshi Yamauchi
· 9 years ago
4a8ac9c
Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""
by Bill Buzbee
· 9 years ago
6aef867
Revert "ART: Improve JitProfile perf in arm/arm64 mterp"
by Calin Juravle
· 9 years ago
c1d6b34
ART: Improve JitProfile perf in arm/arm64 mterp
by buzbee
· 9 years ago
50e9331
Fix race in AllocEntrypointsInstrumented
by Mathieu Chartier
· 9 years ago
eebc3af
Fix allocation tracking race
by Mathieu Chartier
· 9 years ago
6ea1a0e
AOT compile framework code as non-debuggable
by Mingyao Yang
· 9 years ago
fd522f9
Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""""
by Bill Buzbee
· 9 years ago
5d03317
Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""
by Nicolas Geoffray
· 9 years ago
9687f24
Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""
by Bill Buzbee
· 9 years ago
95717f0
Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"
by Nicolas Geoffray
· 9 years ago
a0a1610
ART: Enable Jit Profiling in Mterp for arm/arm64
by buzbee
· 9 years ago
81f0f95
Move backward branch instrumentation to all branch.
by Nicolas Geoffray
· 9 years ago
3fdb3fe
Don't allow thread suspension in ProfilingInfo::Create
by Mathieu Chartier
· 9 years ago
1452bee
Fast Art interpreter
by buzbee
· 10 years ago
514a616
Fix broken handling of instrumentation lists.
by Nicolas Geoffray
· 9 years ago
b2feaaf
Revert "Revert "Fix instrumentation frame check with inlining""
by Sebastien Hertz
· 9 years ago
e3e2fe5
Revert "Fix instrumentation frame check with inlining"
by Nicolas Geoffray
· 9 years ago
3079e28
Fix instrumentation frame check with inlining
by Sebastien Hertz
· 9 years ago
aa51682
Add exclusion between instrumentation and GC
by Mathieu Chartier
· 9 years ago
99170c6
Deoptimization support in optimizing compiler for setting local values
by Mingyao Yang
· 9 years ago
5550ca8
Record profiling information before Jitting.
by Nicolas Geoffray
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
0462c4c
Support multiple instrumentation clients
by Sebastien Hertz
· 10 years ago
40da286
ART: Streaming trace mode
by Andreas Gampe
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
0aa50ce
Remove ThrowLocation.
by Nicolas Geoffray
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 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
a10aa37
Follow up on CL 123650
by Sebastien Hertz
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
a7dd038
Fix oatdump to use OatHeader pointer size
by Mathieu Chartier
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
9ef78b5
Fix broken runtime SetStatsEnabled logic
by Mathieu Chartier
· 10 years ago
69dbec6
Avoid suspending for alloc trace enabling when already suspended.
by Jeff Hao
· 10 years ago
ed2be17
Reduce lock contention when debugging
by Sebastien Hertz
· 10 years ago
ca1d06c
Optimized instrumentation listener handling
by Daniel Mihalyi
· 10 years ago
94f7b49
Add GcRoot to clean up and enforce read barriers.
by Hiroshi Yamauchi
· 10 years ago
799eb3a
Add read barriers for the GC roots in Instrumentation.
by Hiroshi Yamauchi
· 10 years ago
9f10203
Fix exception reporting from interpreter
by Sebastien Hertz
· 10 years ago
d58342c
ART: Add instrumentation stubs for ARM64 and X86-64
by Andreas Gampe
· 10 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 10 years ago
42cd43f
Register debugger for interesting instrumentation events only
by Sebastien Hertz
· 10 years ago
3f52eaf
Prepare field watchpoint support
by Sebastien Hertz
· 11 years ago
a76a6d4
Support inlining with breakpoint
by Sebastien Hertz
· 11 years ago
4d25df3
Refactor deoptimization support in debugger
by Sebastien Hertz
· 11 years ago
3b05e9b
Add missing debugger root visiting.
by Mathieu Chartier
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
661974a
Fix valgrind gtests and memory leaks.
by Mathieu Chartier
· 11 years ago
d889178
Guard entrypoint changing by runtime shutdown lock.
by Mathieu Chartier
· 11 years ago
563b47c
Fix the bug that some compiled code was invoked with -Xint.
by Hiroshi Yamauchi
· 11 years ago
11d40c2
Fix deoptimization deadlock
by Sebastien Hertz
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
138dbfc
Selective deoptimization.
by Sebastien Hertz
· 11 years ago
cbb2d20
Refactor allocation entrypoints.
by Mathieu Chartier
· 11 years ago
e24fa3e
Merge "Propagate 'this_object' for method unwind event." into dalvik-dev
by Sebastien Hertz
· 11 years ago
51db44a
Propagate 'this_object' for method unwind event.
by Sebastien Hertz
· 11 years ago
5bfd5c9
Fix missing class initialization during instrumentation.
by Sebastien Hertz
· 11 years ago
fa82427
Fix oatdump and valgrind.
by Ian Rogers
· 11 years ago
ee1997a
Improve interpreter handler table management.
by Sebastien Hertz
· 11 years ago
947ff08
Load shadow frame's this object only upon instrumentation.
by Sebastien Hertz
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
42425b3
am fc0e3219: Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
65d15d9
Fixes to instrumentation for debug build and interpreter.
by Jeff Hao
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/instrumentation.h]
9a916d3
Add marks for instrumentation frames that get interpreted.
by Jeff Hao
· 11 years ago
74109f6
Better inline instrumentation callbacks in interpreter.
by Sebastien Hertz
· 11 years ago
9cec247
Various improvements to interpreter.
by Jeff Hao
· 11 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
306057f
Support for deoptimization needed for debugging.
by Ian Rogers
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 12 years ago