Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc430 instr->ExceptionHandledEvent(self, event_exception); in ReportEvent()
608 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
Dinstrumentation.h467 void ExceptionHandledEvent(Thread* thread, mirror::Throwable* exception_object) const
Dinstrumentation.cc1302 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent() function in art::instrumentation::Instrumentation
/art/runtime/interpreter/
Dinterpreter_common.cc517 instrumentation->ExceptionHandledEvent(self, exception.Get()); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()