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

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

Completed in 676 milliseconds