Home | History | Annotate | Download | only in runtime

Lines Matching refs:result_value

4141   uint64_t result_value = 0;
4145 result_value = 0;
4156 result_value = gRegistry->Add(object_result.Get());
4160 result_value = result.GetJ();
4171 result_value = gRegistry->Add(decoded_ref);
4176 result_value = GetObjectRegistry()->Add(pReq->receiver.Read());
4180 result_value = 0;
4195 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value,
4200 if (result_value != 0) {
4203 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string);
4214 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId);
4218 uint64_t result_value, JDWP::ObjectId exception) {
4225 WriteValue(pReply, width, result_value);