Lines Matching refs:error
697 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetOwnedMonitors() local
698 if (error != JDWP::ERR_NONE) { in GetOwnedMonitors()
699 return error; in GetOwnedMonitors()
747 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetContendedMonitor() local
748 if (error != JDWP::ERR_NONE) { in GetContendedMonitor()
749 return error; in GetContendedMonitor()
1576 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadName() local
1577 if (error != JDWP::ERR_NONE && error != JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadName()
1578 return error; in GetThreadName()
1603 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadGroup() local
1604 if (error == JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadGroup()
1609 if (error != JDWP::ERR_NONE) { in GetThreadGroup()
1610 return error; in GetThreadGroup()
1703 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadStatus() local
1704 if (error != JDWP::ERR_NONE) { in GetThreadStatus()
1705 if (error == JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadStatus()
1709 return error; in GetThreadStatus()
1724 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadDebugSuspendCount() local
1725 if (error != JDWP::ERR_NONE) { in GetThreadDebugSuspendCount()
1726 return error; in GetThreadDebugSuspendCount()
1737 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in Interrupt() local
1738 if (error != JDWP::ERR_NONE) { in Interrupt()
1739 return error; in Interrupt()
1849 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadFrameCount() local
1850 if (error != JDWP::ERR_NONE) { in GetThreadFrameCount()
1851 return error; in GetThreadFrameCount()
1902 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadFrames() local
1903 if (error != JDWP::ERR_NONE) { in GetThreadFrames()
1904 return error; in GetThreadFrames()
2000 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThisObject() local
2001 if (error != JDWP::ERR_NONE) { in GetThisObject()
2002 return error; in GetThisObject()
2144 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetLocalValue() local
2145 if (error != JDWP::ERR_NONE) { in GetLocalValue()
2231 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in SetLocalValue() local
2232 if (error != JDWP::ERR_NONE) { in SetLocalValue()
2637 JDWP::JdwpError error = DecodeThread(soa, thread_id, targetThread); in InvokeMethod() local
2638 if (error != JDWP::ERR_NONE) { in InvokeMethod()
2640 return error; in InvokeMethod()
2803 return req->error; in InvokeMethod()