Home
last modified time | relevance | path

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

/art/runtime/
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()
Dinstrumentation.h201 kExceptionHandled = 0x400, enumerator
Dinstrumentation.cc630 PotentiallyAddListenerTo(kExceptionHandled, in AddListener()
712 PotentiallyRemoveListenerFrom(kExceptionHandled, in RemoveListener()
/art/openjdkjvmti/
Devents.cc1121 return art::instrumentation::Instrumentation::kExceptionHandled; in GetInstrumentationEventsFor()