Searched defs:event_exception (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation_test.cc429 mirror::Throwable* event_exception = self->GetException(); local
430 instr->ExceptionThrownEvent(self, event_exception);
445 mirror::Throwable* event_exception = self->GetException(); local
447 instr->ExceptionHandledEvent(self, event_exception);

Completed in 124 milliseconds