Home
last modified time | relevance | path

Searched refs:MethodExitEvent (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Dinstrumentation.cc512 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack()
1535 MethodExitEvent( in PopInstrumentationStackFrame()
H A Dinstrumentation.h413 void MethodExitEvent(Thread* thread, in MethodExitEvent() function
H A Dinstrumentation_test.cc399 instr->MethodExitEvent(self, obj, method, dex_pc, {}, value); in ReportEvent()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc108 instrumentation->MethodExitEvent( in SendMethodExitEvents()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc879 instr->MethodExitEvent(self, in artQuickProxyInvokeHandler()