Searched refs:MethodExited (Results 1 – 7 of 7) sorted by relevance
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 51 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in tracefast::Tracer 58 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in tracefast::Tracer
|
/art/runtime/ |
D | instrumentation.h | 76 virtual void MethodExited(Thread* thread, 86 virtual void MethodExited(Thread* thread,
|
D | trace.h | 184 void MethodExited(Thread* thread,
|
D | instrumentation_test.cc | 65 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::TestInstrumentationListener 74 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::TestInstrumentationListener
|
D | trace.cc | 745 void Trace::MethodExited(Thread* thread, in MethodExited() function in art::Trace
|
D | debugger.cc | 178 void MethodExited(Thread* thread, in MethodExited() function in art::DebugInstrumentationListener
|
/art/openjdkjvmti/ |
D | events.cc | 593 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener 620 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener
|