Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h173 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
Dinstrumentation.cc432 void Instrumentation::MethodUnwindEvent(Thread* thread, mirror::Object* this_object, in MethodUnwindEvent() function in art::instrumentation::Instrumentation
574 MethodUnwindEvent(self, instrumentation_frame.this_object_, method, dex_pc); in PopMethodForUnwind()
/art/runtime/interpreter/
Dinterpreter.cc1029 instrumentation->MethodUnwindEvent(self, this_object_ref.get(), in FindNextInstructionFollowingException()