Home
last modified time | relevance | path

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

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