Lines Matching defs:resultValue
125 uint64_t resultValue;
127 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
137 resultValue = (exceptObjId == 0) ? object_id : 0;
143 WriteValue(pReply, width, resultValue);
149 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", resultValue, exceptObjId);
153 if (resultValue != 0) {
156 JDWP::JdwpError error = Dbg::StringToUtf8(resultValue, &result_string);