Lines Matching refs:result_value
4074 uint64_t result_value = 0; in ExecuteMethodWithoutPendingException() local
4078 result_value = 0; in ExecuteMethodWithoutPendingException()
4089 result_value = gRegistry->Add(object_result.Get()); in ExecuteMethodWithoutPendingException()
4093 result_value = result.GetJ(); in ExecuteMethodWithoutPendingException()
4104 result_value = gRegistry->Add(decoded_ref); in ExecuteMethodWithoutPendingException()
4109 result_value = GetObjectRegistry()->Add(pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
4113 result_value = 0; in ExecuteMethodWithoutPendingException()
4128 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value, in ExecuteMethodWithoutPendingException()
4133 if (result_value != 0) { in ExecuteMethodWithoutPendingException()
4136 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); in ExecuteMethodWithoutPendingException()
4147 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()
4151 uint64_t result_value, JDWP::ObjectId exception) { in BuildInvokeReply() argument
4158 WriteValue(pReply, width, result_value); in BuildInvokeReply()