Home
last modified time | relevance | path

Searched refs:IsDebuggerActive (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddebugger.h254 static bool IsDebuggerActive() { in IsDebuggerActive() function
564 if (!IsDebuggerActive()) { in IsForcedInterpreterNeededForCalling()
575 if (!IsDebuggerActive()) { in IsForcedInterpreterNeededForResolution()
586 if (!IsDebuggerActive()) { in IsForcedInstrumentationNeededForResolution()
597 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForUpcall()
610 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForException()
Dthread_list.cc1172 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive()); in SuspendSelfForDebugger()
Dthread.cc3904 CHECK(Dbg::IsDebuggerActive()); in ActivateSingleStepControl()
3911 CHECK(Dbg::IsDebuggerActive()); in DeactivateSingleStepControl()
3919 CHECK(Dbg::IsDebuggerActive()); in SetDebugInvokeReq()
/art/runtime/jdwp/
Djdwp_main.cc727 if (!Dbg::IsDebuggerActive()) { in LastDebuggerActivity()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc181 return Dbg::IsDebuggerActive(); in VMRuntime_isDebuggerActive()