Searched refs:MethodExited (Results 1 – 7 of 7) sorted by relevance
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 50 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in tracefast::Tracer 56 void MethodExited(art::Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in tracefast::Tracer
|
/art/runtime/ |
D | instrumentation.cc | 65 void InstrumentationListener::MethodExited( in MethodExited() function in art::instrumentation::InstrumentationListener 75 MethodExited(thread, method, frame, v); in MethodExited() 1342 listener->MethodExited(thread, method, frame, return_value); in MethodExitEventImpl() 1359 listener->MethodExited(thread, method, frame, return_value); in MethodExitEventImpl()
|
D | instrumentation.h | 80 virtual void MethodExited(Thread* thread, 89 virtual void MethodExited(Thread* thread,
|
D | trace.h | 181 void MethodExited(Thread* thread,
|
D | instrumentation_test.cc | 63 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::TestInstrumentationListener 71 void MethodExited(Thread* thread ATTRIBUTE_UNUSED, in MethodExited() function in art::instrumentation::TestInstrumentationListener
|
D | trace.cc | 940 void Trace::MethodExited(Thread* thread, in MethodExited() function in art::Trace
|
/art/openjdkjvmti/ |
D | events.cc | 638 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener 691 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener
|