Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc989 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent() function in art::instrumentation::Instrumentation
1140 MethodUnwindEvent(self, h_this.Get(), method, 0); in PushInstrumentationStackFrame()
1260 MethodUnwindEvent(self, instrumentation_frame.this_object_, method, dex_pc); in PopMethodForUnwind()
Dinstrumentation_test.cc388 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent()
518 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
Dinstrumentation.h371 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
/art/runtime/interpreter/
Dinterpreter.cc258 instrumentation->MethodUnwindEvent(self, in Execute()
Dinterpreter_common.cc417 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()