Searched refs:MethodUnwindEvent (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 989 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()
|
D | instrumentation_test.cc | 388 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent() 518 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
|
D | instrumentation.h | 371 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
|
/art/runtime/interpreter/ |
D | interpreter.cc | 258 instrumentation->MethodUnwindEvent(self, in Execute()
|
D | interpreter_common.cc | 417 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
|