Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Ddebugger.h52 if (LIKELY(!thread->HasDebuggerShadowFrames())) { in IsForcedInterpreterNeededForUpcall()
67 if (LIKELY(!thread->HasDebuggerShadowFrames())) { in IsForcedInterpreterNeededForException()
H A Dquick_exception_handler.cc122 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) { in HandleTryItems()
H A Dthread.h658 bool HasDebuggerShadowFrames() const { in HasDebuggerShadowFrames() function