Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc138 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo()
1194 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent() function in art::instrumentation::Instrumentation
1356 MethodUnwindEvent(self, h_this.Get(), method, 0); in PushInstrumentationStackFrame()
Dinstrumentation_test.cc400 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent()
556 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
Dinstrumentation.h412 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
/art/runtime/interpreter/
Dinterpreter.cc284 instrumentation->MethodUnwindEvent(self, in Execute()
Dinterpreter_common.cc507 instrumentation->MethodUnwindEvent(self, in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc948 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
958 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()