Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc394 instr->MethodUnwindEvent(self, method, dex_pc); in ReportEvent()
547 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
Dinstrumentation.cc156 MethodUnwindEvent(self, method, dex_pc); in ProcessMethodUnwindCallbacks()
1370 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent() function in art::instrumentation::Instrumentation
Dinstrumentation.h449 void MethodUnwindEvent(Thread* thread,
/art/runtime/interpreter/
Dinterpreter.cc314 instrumentation->MethodUnwindEvent(self, in Execute()
Dinterpreter_common.cc183 instrumentation->MethodUnwindEvent(self, in MoveToExceptionHandler()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc862 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
871 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()