Searched refs:MethodExitEvent (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | instrumentation.h | 163 void MethodExitEvent(Thread* thread, mirror::Object* this_object, in MethodExitEvent() function
|
D | instrumentation.cc | 223 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack() 523 MethodExitEvent(self, this_object, instrumentation_frame.method_, dex_pc, return_value); in PopInstrumentationStackFrame()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 1220 instrumentation->MethodExitEvent(self, this_object_ref.get(), in ExecuteImpl() 1231 instrumentation->MethodExitEvent(self, this_object_ref.get(), in ExecuteImpl() 1243 instrumentation->MethodExitEvent(self, this_object_ref.get(), in ExecuteImpl() 1254 instrumentation->MethodExitEvent(self, this_object_ref.get(), in ExecuteImpl() 1283 instrumentation->MethodExitEvent(self, this_object_ref.get(), in ExecuteImpl()
|