Home
last modified time | relevance | path

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

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