Searched refs:ExceptionThrownEvent (Results 1 – 5 of 5) 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
1331 void Instrumentation::ExceptionThrownEvent(Thread* thread, in ExceptionThrownEvent() function in art::instrumentation::Instrumentation
3625 instrumentation->ExceptionThrownEvent(this, exception); in QuickDeliverException()
159 instrumentation->ExceptionThrownEvent(self, exception.Get()); in MoveToExceptionHandler()