Searched refs:ExceptionThrownEvent (Results 1 – 4 of 4) sorted by relevance
419 instr->ExceptionThrownEvent(self, event_exception); in ReportEvent()616 TEST_F(InstrumentationTest, ExceptionThrownEvent) { in TEST_F() argument
485 void ExceptionThrownEvent(Thread* thread, ObjPtr<mirror::Throwable> exception_object) const
1351 void Instrumentation::ExceptionThrownEvent(Thread* thread, in ExceptionThrownEvent() function in art::instrumentation::Instrumentation
163 instrumentation->ExceptionThrownEvent(self, exception.Get()); in MoveToExceptionHandler()