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