Searched defs:for_debugger (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.cc415 void ThreadList::Resume(Thread* thread, bool for_debugger) { argument
419 << (for_debugger ? " (debugger)" : "");
434 thread->ModifySuspendCount(self, -1, for_debugger);
H A Dthread.cc642 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) { argument
658 if (for_debugger) {

Completed in 49 milliseconds