Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h349 bool HasMethodUnwindListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodUnwindListeners() function
Dinstrumentation.cc118 if (!instrumentation_->HasMethodUnwindListeners()) { in PopFramesTo()
1198 if (HasMethodUnwindListeners()) { in MethodUnwindEvent()
Dinstrumentation_test.cc360 return instr->HasMethodUnwindListeners(); in HasEventListener()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc957 if (instr->HasMethodUnwindListeners()) { in artQuickProxyInvokeHandler()