Searched refs:MethodUnwindEvent (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation.cc | 151 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 D | instrumentation_test.cc | 403 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent() 560 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
|
H A D | instrumentation.h | 426 void MethodUnwindEvent(Thread* thread,
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter.cc | 316 instrumentation->MethodUnwindEvent(self, in Execute()
|
H A D | interpreter_common.cc | 182 instrumentation->MethodUnwindEvent(self, in MoveToExceptionHandler()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 863 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler() 873 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
|