Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3481 Thread* targetThread = NULL; in InvokeMethod() local
3487 JDWP::JdwpError error = DecodeThread(soa, thread_id, targetThread); in InvokeMethod()
3492 req = targetThread->GetInvokeReq(); in InvokeMethod()
3494 LOG(ERROR) << "InvokeMethod request for thread not stopped by event: " << *targetThread; in InvokeMethod()
3515 suspend_count = targetThread->GetSuspendCount(); in InvokeMethod()
3518 … LOG(ERROR) << *targetThread << " suspend count too deep for method invocation: " << suspend_count; in InvokeMethod()
3623 thread_list->Resume(targetThread, true); in InvokeMethod()
3651 thread_list->Resume(targetThread, true); in InvokeMethod()