Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h359 bool HasMethodUnwindListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodUnwindListeners() function
Dinstrumentation.cc125 if (!instrumentation_->HasMethodUnwindListeners()) { in PopFramesTo()
1266 if (HasMethodUnwindListeners()) { in MethodUnwindEvent()
Dinstrumentation_test.cc363 return instr->HasMethodUnwindListeners(); in HasEventListener()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc872 if (instr->HasMethodUnwindListeners()) { in artQuickProxyInvokeHandler()