Home
last modified time | relevance | path

Searched refs:result_value (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.cc4074 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()
[all …]
Ddebugger.h756 JDWP::JdwpTag result_tag, uint64_t result_value,