Lines Matching refs:error
156 JDWP::JdwpError error = Dbg::StringToUtf8(resultValue, &result_string); in FinishInvoke() local
157 CHECK_EQ(error, JDWP::ERR_NONE); in FinishInvoke()
928 JDWP::JdwpError error = Dbg::StringToUtf8(stringObject, &str); in SR_Value() local
929 if (error != JDWP::ERR_NONE) { in SR_Value()
930 return error; in SR_Value()
948 JdwpError error = Dbg::GetThreadName(thread_id, name); in TR_Name() local
949 if (error != ERR_NONE) { in TR_Name()
950 return error; in TR_Name()
1007 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status() local
1008 if (error != ERR_NONE) { in TR_Status()
1009 return error; in TR_Status()
1042 JdwpError error = Dbg::GetThreadFrameCount(thread_id, actual_frame_count); in TR_Frames() local
1043 if (error != ERR_NONE) { in TR_Frames()
1044 return error; in TR_Frames()