Searched refs:MethodUnwindEvent (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 400 instr->MethodUnwindEvent(self, obj, method, dex_pc); in ReportEvent() 556 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
|
D | instrumentation.h | 412 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
|
/art/runtime/interpreter/ |
D | interpreter.cc | 284 instrumentation->MethodUnwindEvent(self, in Execute()
|
D | interpreter_common.cc | 507 instrumentation->MethodUnwindEvent(self, in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 948 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler() 958 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
|