HomeSort by relevance Sort by last modified time
    Searched refs:HasDebuggerShadowFrames (Results 1 - 4 of 4) sorted by null

  /art/runtime/
debugger.h 577 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) {
590 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) {
    [all...]
quick_exception_handler.cc 120 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) {
thread.h 568 bool HasDebuggerShadowFrames() const {
    [all...]
debugger.cc     [all...]

Completed in 59 milliseconds