HomeSort by relevance Sort by last modified time
    Searched defs:IsDebuggerActive (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/aarch64/
debugger-aarch64.h 59 bool IsDebuggerActive() const { return debugger_active_; }
  /art/runtime/
debugger.h 254 static bool IsDebuggerActive() {
564 if (!IsDebuggerActive()) {
575 if (!IsDebuggerActive()) {
586 if (!IsDebuggerActive()) {
597 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) {
610 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) {
    [all...]

Completed in 394 milliseconds