Searched refs:result_value (Results 1 – 2 of 2) sorted by relevance
4070 uint64_t result_value = 0; in ExecuteMethodWithoutPendingException() local4074 result_value = 0; in ExecuteMethodWithoutPendingException()4085 result_value = gRegistry->Add(object_result.Get()); in ExecuteMethodWithoutPendingException()4089 result_value = result.GetJ(); in ExecuteMethodWithoutPendingException()4099 result_value = GetObjectRegistry()->Add(pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()4101 result_value = 0; in ExecuteMethodWithoutPendingException()4114 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value, in ExecuteMethodWithoutPendingException()4119 if (result_value != 0) { in ExecuteMethodWithoutPendingException()4122 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); in ExecuteMethodWithoutPendingException()4133 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()[all …]
744 JDWP::JdwpTag result_tag, uint64_t result_value,