Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dinstrumentation_test.cc372 case instrumentation::Instrumentation::kExceptionHandled: in HasEventListener()
429 case instrumentation::Instrumentation::kExceptionHandled: { in ReportEvent()
462 case instrumentation::Instrumentation::kExceptionHandled: in DidListenerReceiveEvent()
613 TestEvent(instrumentation::Instrumentation::kExceptionHandled); in TEST_F()
H A Dinstrumentation.cc630 PotentiallyAddListenerTo(kExceptionHandled, in AddListener()
712 PotentiallyRemoveListenerFrom(kExceptionHandled, in RemoveListener()
H A Dinstrumentation.h201 kExceptionHandled = 0x400, enumerator
/aosp12/art/openjdkjvmti/
H A Devents.cc1121 return art::instrumentation::Instrumentation::kExceptionHandled; in GetInstrumentationEventsFor()