Home
last modified time | relevance | path

Searched refs:MethodExited (Results 1 – 8 of 8) sorted by relevance

/art/tools/tracefast-plugin/
Dtracefast.cc51 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/
Dinstrumentation.h76 virtual void MethodExited(Thread* thread,
86 virtual void MethodExited(Thread* thread,
Dinstrumentation.cc57 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()
Dtrace.h184 void MethodExited(Thread* thread,
Dinstrumentation_test.cc65 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
Dtrace.cc745 void Trace::MethodExited(Thread* thread, in MethodExited() function in art::Trace
Ddebugger.cc178 void MethodExited(Thread* thread, in MethodExited() function in art::DebugInstrumentationListener
/art/openjdkjvmti/
Devents.cc593 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener
620 void MethodExited(art::Thread* self, in MethodExited() function in openjdkjvmti::JvmtiMethodTraceListener