Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3836 Thread* targetThread = nullptr; in PrepareInvokeMethod() local
3840 targetThread = DecodeThread(soa, thread_id, &error); in PrepareInvokeMethod()
3845 if (targetThread->GetInvokeReq() != nullptr) { in PrepareInvokeMethod()
3847 LOG(ERROR) << "InvokeMethod request for thread already invoking a method: " << *targetThread; in PrepareInvokeMethod()
3850 if (!targetThread->IsReadyForDebugInvoke()) { in PrepareInvokeMethod()
3852 LOG(ERROR) << "InvokeMethod request for thread not stopped by event: " << *targetThread; in PrepareInvokeMethod()
3875 suspend_count = targetThread->GetSuspendCount(); in PrepareInvokeMethod()
3880 LOG(WARNING) << *targetThread << " suspended more than once (suspend count == " in PrepareInvokeMethod()
3963 targetThread->SetDebugInvokeReq(req); in PrepareInvokeMethod()
3974 thread_list->Resume(targetThread, true); in PrepareInvokeMethod()