Searched refs:IsDebuggerActive (Results 1 – 9 of 9) sorted by relevance
264 static bool IsDebuggerActive() { in IsDebuggerActive() function576 if (!IsDebuggerActive()) { in IsForcedInterpreterNeededForCalling()587 if (!IsDebuggerActive()) { in IsForcedInterpreterNeededForResolution()598 if (!IsDebuggerActive()) { in IsForcedInstrumentationNeededForResolution()609 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForUpcall()622 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) { in IsForcedInterpreterNeededForException()
353 return Dbg::IsDebuggerActive(); in IsMethodBeingInspected()362 return Dbg::IsDebuggerActive(); in MethodNeedsDebugVersion()655 if (IsDebuggerActive()) { in GoActive()717 if (IsDebuggerActive()) { in Disconnected()2892 if (!IsDebuggerActive()) { in PostLocationEvent()2925 if (!IsDebuggerActive() || m->IsNative()) { in PostFieldAccessEvent()2940 if (!IsDebuggerActive() || m->IsNative()) { in PostFieldModificationEvent()2953 if (!IsDebuggerActive()) { in PostException()3020 if (!IsDebuggerActive()) { in PostClassPrepare()3029 if (!IsDebuggerActive() || dex_pc == static_cast<uint32_t>(-2) /* fake method exit */) { in UpdateDebugger()[all …]
1161 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive()); in SuspendSelfForDebugger()
4117 CHECK(Dbg::IsDebuggerActive()); in ActivateSingleStepControl()4124 CHECK(Dbg::IsDebuggerActive()); in DeactivateSingleStepControl()4132 CHECK(Dbg::IsDebuggerActive()); in SetDebugInvokeReq()
727 if (!Dbg::IsDebuggerActive()) { in LastDebuggerActivity()
175 return Dbg::IsDebuggerActive(); in VMDebug_isDebuggerConnected()
183 return Dbg::IsDebuggerActive(); in VMRuntime_isDebuggerActive()
152 !Dbg::IsDebuggerActive() && in CanUseMterp()
1301 if (LIKELY(!art::Dbg::IsDebuggerActive())) { in UnregisterBreakpoints()