HomeSort by relevance Sort by last modified time
    Searched refs:MethodUnwindEvent (Results 1 - 6 of 6) sorted by null

  /art/runtime/
instrumentation.cc 138 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc);
    [all...]
instrumentation.h 412 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
    [all...]
instrumentation_test.cc 400 instr->MethodUnwindEvent(self, obj, method, dex_pc);
556 TEST_F(InstrumentationTest, MethodUnwindEvent) {
    [all...]
  /art/runtime/interpreter/
interpreter.cc 284 instrumentation->MethodUnwindEvent(self,
interpreter_common.cc 507 instrumentation->MethodUnwindEvent(self,
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 1296 milliseconds