Searched refs:MethodUnwindEvent (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 394 instr->MethodUnwindEvent(self, method, dex_pc); in ReportEvent() 547 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
|
D | instrumentation.cc | 156 MethodUnwindEvent(self, method, dex_pc); in ProcessMethodUnwindCallbacks() 1370 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent() function in art::instrumentation::Instrumentation
|
D | instrumentation.h | 449 void MethodUnwindEvent(Thread* thread,
|
/art/runtime/interpreter/ |
D | interpreter.cc | 314 instrumentation->MethodUnwindEvent(self, in Execute()
|
D | interpreter_common.cc | 183 instrumentation->MethodUnwindEvent(self, in MoveToExceptionHandler()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 862 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler() 871 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
|