Home
last modified time | relevance | path

Searched refs:ExceptionThrownEvent (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc419 instr->ExceptionThrownEvent(self, event_exception); in ReportEvent()
616 TEST_F(InstrumentationTest, ExceptionThrownEvent) { in TEST_F() argument
Dinstrumentation.h485 void ExceptionThrownEvent(Thread* thread, ObjPtr<mirror::Throwable> exception_object) const
Dinstrumentation.cc1351 void Instrumentation::ExceptionThrownEvent(Thread* thread, in ExceptionThrownEvent() function in art::instrumentation::Instrumentation
Dthread.cc3545 instrumentation->ExceptionThrownEvent(this, exception); in QuickDeliverException()
/art/runtime/interpreter/
Dinterpreter_common.cc163 instrumentation->ExceptionThrownEvent(self, exception.Get()); in MoveToExceptionHandler()