Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc359 return instr->HasExceptionCaughtListeners(); in HasEventListener()
466 EXPECT_FALSE(instr->HasExceptionCaughtListeners()); in TEST_F()
Dinstrumentation.h321 bool HasExceptionCaughtListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasExceptionCaughtListeners() function
Dinstrumentation.cc1090 if (HasExceptionCaughtListeners()) { in ExceptionCaughtEvent()
Dthread.cc3072 if (instrumentation->HasExceptionCaughtListeners() && in QuickDeliverException()
/art/runtime/interpreter/
Dinterpreter_common.cc407 if (instrumentation != nullptr && instrumentation->HasExceptionCaughtListeners() in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()