Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation_test.cc52 received_exception_handled_event(false), in TestInstrumentationListener()
131 received_exception_handled_event = true; in ExceptionHandled()
158 received_exception_handled_event = false; in Reset()
172 bool received_exception_handled_event; member in art::instrumentation::TestInstrumentationListener
454 return listener.received_exception_handled_event; in DidListenerReceiveEvent()