Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h264 static bool IsDebuggerActive() { in IsDebuggerActive() function
576 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()
Ddebugger.cc353 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 …]
Dthread_list.cc1161 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive()); in SuspendSelfForDebugger()
Dthread.cc4117 CHECK(Dbg::IsDebuggerActive()); in ActivateSingleStepControl()
4124 CHECK(Dbg::IsDebuggerActive()); in DeactivateSingleStepControl()
4132 CHECK(Dbg::IsDebuggerActive()); in SetDebugInvokeReq()
/art/runtime/jdwp/
Djdwp_main.cc727 if (!Dbg::IsDebuggerActive()) { in LastDebuggerActivity()
/art/runtime/native/
Ddalvik_system_VMDebug.cc175 return Dbg::IsDebuggerActive(); in VMDebug_isDebuggerConnected()
Ddalvik_system_VMRuntime.cc183 return Dbg::IsDebuggerActive(); in VMRuntime_isDebuggerActive()
/art/runtime/interpreter/mterp/
Dmterp.cc152 !Dbg::IsDebuggerActive() && in CanUseMterp()
/art/openjdkjvmti/
Dti_redefine.cc1301 if (LIKELY(!art::Dbg::IsDebuggerActive())) { in UnregisterBreakpoints()