Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc364 return instr->HasExceptionHandledListeners(); in HasEventListener()
479 EXPECT_FALSE(instr->HasExceptionHandledListeners()); in TEST_F()
Dinstrumentation.h417 bool HasExceptionHandledListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasExceptionHandledListeners() function
Dinstrumentation.cc1621 if (HasExceptionHandledListeners()) { in ExceptionHandledEvent()
/art/runtime/interpreter/
Dinterpreter_common.cc191 if (!skip_listeners && instrumentation->HasExceptionHandledListeners()) { in MoveToExceptionHandler()