Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc369 case instrumentation::Instrumentation::kExceptionHandled: in HasEventListener()
426 case instrumentation::Instrumentation::kExceptionHandled: { in ReportEvent()
459 case instrumentation::Instrumentation::kExceptionHandled: in DidListenerReceiveEvent()
609 TestEvent(instrumentation::Instrumentation::kExceptionHandled); in TEST_F()
Dinstrumentation.h191 kExceptionHandled = 0x400, enumerator
Dinstrumentation.cc597 PotentiallyAddListenerTo(kExceptionHandled, in AddListener()
679 PotentiallyRemoveListenerFrom(kExceptionHandled, in RemoveListener()
/art/openjdkjvmti/
Devents.cc969 return art::instrumentation::Instrumentation::kExceptionHandled; in GetInstrumentationEventsFor()