Home
last modified time | relevance | path

Searched refs:MethodUnwindEvent (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/
H A Dinstrumentation.cc151 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo()
1242 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent() function in art::instrumentation::Instrumentation
1387 MethodUnwindEvent(self, h_this.Get(), method, 0); in PushInstrumentationStackFrame()
H A Dinstrumentation_test.cc403 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent()
560 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
H A Dinstrumentation.h426 void MethodUnwindEvent(Thread* thread,
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc316 instrumentation->MethodUnwindEvent(self, in Execute()
H A Dinterpreter_common.cc182 instrumentation->MethodUnwindEvent(self, in MoveToExceptionHandler()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc863 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
873 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()