Searched refs:MethodExitEvent (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation.cc | 512 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack() 1535 MethodExitEvent( in PopInstrumentationStackFrame()
|
H A D | instrumentation.h | 413 void MethodExitEvent(Thread* thread, in MethodExitEvent() function
|
H A D | instrumentation_test.cc | 399 instr->MethodExitEvent(self, obj, method, dex_pc, {}, value); in ReportEvent()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_common.cc | 108 instrumentation->MethodExitEvent( in SendMethodExitEvents()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 879 instr->MethodExitEvent(self, in artQuickProxyInvokeHandler()
|