Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc296 return instr->HasExceptionCaughtListeners(); in HasEventListener()
389 EXPECT_FALSE(instr->HasExceptionCaughtListeners()); in TEST_F()
Dquick_exception_handler.cc152 if (instrumentation->HasExceptionCaughtListeners() in FindCatch()
Dinstrumentation.h259 bool HasExceptionCaughtListeners() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in HasExceptionCaughtListeners() function
Dinstrumentation.cc934 if (HasExceptionCaughtListeners()) { in ExceptionCaughtEvent()
/art/runtime/interpreter/
Dinterpreter_common.cc422 if (instrumentation->HasExceptionCaughtListeners() in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()