Searched refs:MethodExited (Results 1 – 7 of 7) sorted by relevance
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 52 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in tracefast::Tracer 60 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in tracefast::Tracer
|
/art/runtime/ |
D | trace.h | 184 void MethodExited(Thread* thread,
|
D | instrumentation.h | 83 virtual void MethodExited(Thread* thread, 94 virtual void MethodExited(Thread* thread,
|
D | instrumentation.cc | 60 void InstrumentationListener::MethodExited( in MethodExited() function in art::instrumentation::InstrumentationListener 72 MethodExited(thread, this_object, method, dex_pc, frame, v); in MethodExited() 1231 listener->MethodExited(thread, thiz, method, dex_pc, frame, return_value); in MethodExitEventImpl() 1251 listener->MethodExited(thread, thiz, method, dex_pc, frame, return_value); in MethodExitEventImpl()
|
D | instrumentation_test.cc | 66 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::TestInstrumentationListener 76 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::TestInstrumentationListener
|
D | trace.cc | 746 void Trace::MethodExited(Thread* thread, in MethodExited() function in art::Trace
|
/art/openjdkjvmti/ |
D | events.cc | 645 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener 700 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener
|