Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc373 return instr->HasExceptionHandledListeners(); in HasEventListener()
491 EXPECT_FALSE(instr->HasExceptionHandledListeners()); in TEST_F()
Dinstrumentation.h387 bool HasExceptionHandledListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasExceptionHandledListeners() function
Dinstrumentation.cc1375 if (HasExceptionHandledListeners()) { in ExceptionHandledEvent()
/art/runtime/interpreter/
Dinterpreter_common.cc194 if (instrumentation != nullptr && instrumentation->HasExceptionHandledListeners()) { in MoveToExceptionHandler()