Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3992 Thread* targetThread = nullptr; in PrepareInvokeMethod() local
3996 targetThread = DecodeThread(soa, thread_id, &error); in PrepareInvokeMethod()
4001 if (targetThread->GetInvokeReq() != nullptr) { in PrepareInvokeMethod()
4003 LOG(ERROR) << "InvokeMethod request for thread already invoking a method: " << *targetThread; in PrepareInvokeMethod()
4006 if (!targetThread->IsReadyForDebugInvoke()) { in PrepareInvokeMethod()
4008 LOG(ERROR) << "InvokeMethod request for thread not stopped by event: " << *targetThread; in PrepareInvokeMethod()
4031 suspend_count = targetThread->GetSuspendCount(); in PrepareInvokeMethod()
4036 LOG(WARNING) << *targetThread << " suspended more than once (suspend count == " in PrepareInvokeMethod()
4117 targetThread->SetDebugInvokeReq(req); in PrepareInvokeMethod()
4128 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod()