Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc308 return instr->HasExceptionCaughtListeners(); in HasEventListener()
408 EXPECT_FALSE(instr->HasExceptionCaughtListeners()); in TEST_F()
Dinstrumentation.h287 bool HasExceptionCaughtListeners() const SHARED_REQUIRES(Locks::mutator_lock_) { in HasExceptionCaughtListeners() function
Dinstrumentation.cc999 if (HasExceptionCaughtListeners()) { in ExceptionCaughtEvent()
Dthread.cc2585 if (instrumentation->HasExceptionCaughtListeners() && in QuickDeliverException()
/art/runtime/interpreter/
Dinterpreter_common.cc431 if (instrumentation != nullptr && instrumentation->HasExceptionCaughtListeners() in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()