Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h574 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForUpcall()
587 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForException()
Dquick_exception_handler.cc118 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) { in HandleTryItems()
Dthread.h521 bool HasDebuggerShadowFrames() const { in HasDebuggerShadowFrames() function
Ddebugger.cc2800 if (!visitor.IsShadowFrame() && thread->HasDebuggerShadowFrames()) { in SetLocalValue()
3531 if (thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForUpcallImpl()