Searched refs:IsDebuggerActive (Results 1 – 5 of 5) sorted by relevance
254 static bool IsDebuggerActive() { in IsDebuggerActive() function564 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()
1172 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive()); in SuspendSelfForDebugger()
3904 CHECK(Dbg::IsDebuggerActive()); in ActivateSingleStepControl()3911 CHECK(Dbg::IsDebuggerActive()); in DeactivateSingleStepControl()3919 CHECK(Dbg::IsDebuggerActive()); in SetDebugInvokeReq()
727 if (!Dbg::IsDebuggerActive()) { in LastDebuggerActivity()
181 return Dbg::IsDebuggerActive(); in VMRuntime_isDebuggerActive()