Home
last modified time | relevance | path

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

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