Searched refs:MethodUnwindEvent (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 319 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent() 406 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
|
D | instrumentation.h | 294 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
|
D | instrumentation.cc | 888 void Instrumentation::MethodUnwindEvent(Thread* thread, mirror::Object* this_object, in MethodUnwindEvent() function in art::instrumentation::Instrumentation 1056 MethodUnwindEvent(self, instrumentation_frame.this_object_, method, dex_pc); in PopMethodForUnwind()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 432 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
|