Home
last modified time | relevance | path

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

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