Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h112 kExceptionCaught = 1 << 6, enumerator
Dinstrumentation.cc471 if ((events & kExceptionCaught) != 0) { in AddListener()
548 if ((events & kExceptionCaught) != 0) { in RemoveListener()
Ddebugger.cc2921 case instrumentation::Instrumentation::kExceptionCaught: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc148 return instrumentation::Instrumentation::kExceptionCaught; in GetInstrumentationEventFor()