Searched refs:HasDebuggerShadowFrames (Results 1 – 3 of 3) sorted by relevance
52 if (LIKELY(!thread->HasDebuggerShadowFrames())) { in IsForcedInterpreterNeededForUpcall()67 if (LIKELY(!thread->HasDebuggerShadowFrames())) { in IsForcedInterpreterNeededForException()
122 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) { in HandleTryItems()
652 bool HasDebuggerShadowFrames() const { in HasDebuggerShadowFrames() function