Home
last modified time | relevance | path

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

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