Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc447 instr->ExceptionHandledEvent(self, event_exception); in ReportEvent()
627 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
Dinstrumentation.h474 void ExceptionHandledEvent(Thread* thread, mirror::Throwable* exception_object) const
Dinstrumentation.cc1174 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent() function in art::instrumentation::Instrumentation