Home
last modified time | relevance | path

Searched refs:ExceptionThrownEvent (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc416 instr->ExceptionThrownEvent(self, event_exception); in ReportEvent()
612 TEST_F(InstrumentationTest, ExceptionThrownEvent) { in TEST_F() argument
Dinstrumentation.h462 void ExceptionThrownEvent(Thread* thread, mirror::Throwable* exception_object) const
/art/runtime/interpreter/
Dinterpreter_common.cc490 instrumentation->ExceptionThrownEvent(self, exception.Get()); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()