Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc368 return instr->HasExceptionThrownListeners(); in HasEventListener()
487 EXPECT_FALSE(instr->HasExceptionThrownListeners()); in TEST_F()
Dinstrumentation.h365 bool HasExceptionThrownListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasExceptionThrownListeners() function
Dinstrumentation.cc1288 if (HasExceptionThrownListeners()) { in ExceptionThrownEvent()
Dthread.cc3542 if (instrumentation->HasExceptionThrownListeners() && in QuickDeliverException()
/art/runtime/interpreter/
Dinterpreter_common.cc487 instrumentation->HasExceptionThrownListeners() && in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()