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

  /art/runtime/
instrumentation.h 467 void ExceptionHandledEvent(Thread* thread, mirror::Throwable* exception_object) const
    [all...]
instrumentation_test.cc 430 instr->ExceptionHandledEvent(self, event_exception);
608 TEST_F(InstrumentationTest, ExceptionHandledEvent) {
    [all...]
instrumentation.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 493 // prevent an ExceptionHandledEvent from also being sent before popping.
517 instrumentation->ExceptionHandledEvent(self, exception.Get());
    [all...]

Completed in 1125 milliseconds