Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc335 instr->ExceptionCaughtEvent(self, event_exception); in ReportEvent()
422 TEST_F(InstrumentationTest, ExceptionCaughtEvent) { in TEST_F() argument
Dquick_exception_handler.cc154 instrumentation->ExceptionCaughtEvent(self_, exception_ref.Get()); in FindCatch()
Dinstrumentation.h336 void ExceptionCaughtEvent(Thread* thread, mirror::Throwable* exception_object) const
Dinstrumentation.cc932 void Instrumentation::ExceptionCaughtEvent(Thread* thread, in ExceptionCaughtEvent() function in art::instrumentation::Instrumentation
/art/runtime/interpreter/
Dinterpreter_common.cc424 instrumentation->ExceptionCaughtEvent(self, exception.Get()); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()