Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc308 case instrumentation::Instrumentation::kExceptionCaught: in HasEventListener()
347 case instrumentation::Instrumentation::kExceptionCaught: { in ReportEvent()
381 case instrumentation::Instrumentation::kExceptionCaught: in DidListenerReceiveEvent()
443 TestEvent(instrumentation::Instrumentation::kExceptionCaught); in TEST_F()
Dinstrumentation.cc475 PotentiallyAddListenerTo(kExceptionCaught, in AddListener()
552 PotentiallyRemoveListenerFrom(kExceptionCaught, in RemoveListener()
Dinstrumentation.h128 kExceptionCaught = 0x40, enumerator
Ddebugger.cc3139 case instrumentation::Instrumentation::kExceptionCaught: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc167 return instrumentation::Instrumentation::kExceptionCaught; in GetInstrumentationEventFor()