Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc319 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent()
406 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
Dinstrumentation.h294 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
Dinstrumentation.cc888 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/
Dinterpreter_common.cc432 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()