Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4219 uint64_t result_value = 0; in ExecuteMethodWithoutPendingException() local
4223 result_value = 0; in ExecuteMethodWithoutPendingException()
4234 result_value = gRegistry->Add(object_result.Get()); in ExecuteMethodWithoutPendingException()
4238 result_value = result.GetJ(); in ExecuteMethodWithoutPendingException()
4249 result_value = gRegistry->Add(decoded_ref); in ExecuteMethodWithoutPendingException()
4254 result_value = GetObjectRegistry()->Add(pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
4258 result_value = 0; in ExecuteMethodWithoutPendingException()
4273 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value, in ExecuteMethodWithoutPendingException()
4278 if (result_value != 0) { in ExecuteMethodWithoutPendingException()
4281 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); in ExecuteMethodWithoutPendingException()
[all …]
Ddebugger.h743 JDWP::JdwpTag result_tag, uint64_t result_value,