Home
last modified time | relevance | path

Searched refs:ExceptionHandledEvent (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc433 instr->ExceptionHandledEvent(self, event_exception); in ReportEvent()
612 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
Dinstrumentation.h490 void ExceptionHandledEvent(Thread* thread, ObjPtr<mirror::Throwable> exception_object) const
Dinstrumentation.cc1350 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent() function in art::instrumentation::Instrumentation
/art/runtime/interpreter/
Dinterpreter_common.cc192 instrumentation->ExceptionHandledEvent(self, exception.Get()); in MoveToExceptionHandler()