Searched refs:MethodExited (Results 1 – 8 of 8) 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 | instrumentation.cc | 57 void InstrumentationListener::MethodExited(Thread* thread, in MethodExited() function in art::instrumentation::InstrumentationListener 66 MethodExited(thread, this_object, method, dex_pc, v); in MethodExited() 1180 listener->MethodExited(thread, thiz, method, dex_pc, return_value); in MethodExitEventImpl() 1187 listener->MethodExited(thread, thiz, method, dex_pc, ret); in MethodExitEventImpl()
|
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
|