Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3847 Thread* targetThread = nullptr; in PrepareInvokeMethod() local
3851 targetThread = DecodeThread(soa, thread_id, &error); in PrepareInvokeMethod()
3856 if (targetThread->GetInvokeReq() != nullptr) { in PrepareInvokeMethod()
3858 LOG(ERROR) << "InvokeMethod request for thread already invoking a method: " << *targetThread; in PrepareInvokeMethod()
3861 if (!targetThread->IsReadyForDebugInvoke()) { in PrepareInvokeMethod()
3863 LOG(ERROR) << "InvokeMethod request for thread not stopped by event: " << *targetThread; in PrepareInvokeMethod()
3886 suspend_count = targetThread->GetSuspendCount(); in PrepareInvokeMethod()
3891 LOG(WARNING) << *targetThread << " suspended more than once (suspend count == " in PrepareInvokeMethod()
3972 targetThread->SetDebugInvokeReq(req); in PrepareInvokeMethod()
3983 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod()