Searched refs:ExceptionHandledEvent (Results 1 – 4 of 4) sorted by relevance
424 instr->ExceptionHandledEvent(self, event_exception); in ReportEvent()599 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
527 void ExceptionHandledEvent(Thread* thread, ObjPtr<mirror::Throwable> exception_object) const
1616 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent() function in art::instrumentation::Instrumentation
193 instrumentation->ExceptionHandledEvent(self, exception.Get()); in MoveToExceptionHandler()