Searched defs:result_value (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc4219 uint64_t result_value = 0; local
4223 result_value = 0;
4234 result_value = gRegistry->Add(object_result.Get());
4238 result_value = result.GetJ();
4249 result_value = gRegistry->Add(decoded_ref);
4254 result_value = GetObjectRegistry()->Add(pReq->receiver.Read());
4258 result_value = 0;
4273 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value,
4278 if (result_value != 0) {
4281 JDWP::JdwpError error = Dbg::StringToUtf8(result_value,
4295 BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, uint64_t result_value, JDWP::ObjectId exception) argument
[all...]

Completed in 96 milliseconds