Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc363 case instrumentation::Instrumentation::kExceptionHandled: in HasEventListener()
420 case instrumentation::Instrumentation::kExceptionHandled: { in ReportEvent()
453 case instrumentation::Instrumentation::kExceptionHandled: in DidListenerReceiveEvent()
600 TestEvent(instrumentation::Instrumentation::kExceptionHandled); in TEST_F()
Dinstrumentation.h193 kExceptionHandled = 0x400, enumerator
Dinstrumentation.cc845 PotentiallyAddListenerTo(kExceptionHandled, in AddListener()
976 PotentiallyRemoveListenerFrom(kExceptionHandled, in RemoveListener()
/art/openjdkjvmti/
Devents.cc1107 return art::instrumentation::Instrumentation::kExceptionHandled; in GetInstrumentationEventsFor()