Home
last modified time | relevance | path

Searched refs:kForDebugger (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dsuspend_reason.h30 kForDebugger, enumerator
Dthread_list.cc706 if (reason == SuspendReason::kForDebugger) { in SuspendAllInternal()
1124 SuspendAllInternal(self, self, debug_thread, SuspendReason::kForDebugger); in SuspendAllForDebugger()
1167 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kForDebugger); in SuspendSelfForDebugger()
1252 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kForDebugger); in ResumeAllForDebugger()
1285 SuspendReason::kForDebugger); in UndoDebuggerSuspensions()
1404 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kForDebugger); in Register()
Ddebugger.cc2481 SuspendReason::kForDebugger, in SuspendThread()
2512 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); in ResumeThread()
3655 SuspendReason::kForDebugger, in ScopedDebuggerThreadSuspension()
3680 SuspendReason::kForDebugger); in ~ScopedDebuggerThreadSuspension()
3983 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod()
Dthread.cc1450 case SuspendReason::kForDebugger: in ModifySuspendCountInternal()