Home
last modified time | relevance | path

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

/art/dex2oat/interpreter/
Dinterpreter_switch_impl1.cc189 static bool ExceptionHandledEvent( in ExceptionHandledEvent() function in art::interpreter::InactiveInstrumentationHandler
/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc118 static bool ExceptionHandledEvent(Thread* self, in ExceptionHandledEvent() function in art::interpreter::ActiveInstrumentationHandler
/art/runtime/
Dinstrumentation_test.cc599 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
Dinstrumentation.cc1612 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent() function in art::instrumentation::Instrumentation