Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4056 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException() local
4057 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4078 if (new_tag != result_tag) { in ExecuteMethodWithoutPendingException()
4079 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()
4080 result_tag = new_tag; in ExecuteMethodWithoutPendingException()
4088 DCHECK(IsPrimitiveTag(result_tag)); in ExecuteMethodWithoutPendingException()
4095 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
4113 VLOG(jdwp) << " --> returned " << result_tag in ExecuteMethodWithoutPendingException()
4118 if (result_tag == JDWP::JT_STRING && exceptionObjectId == 0) { in ExecuteMethodWithoutPendingException()
4133 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()
[all …]
Ddebugger.h744 JDWP::JdwpTag result_tag, uint64_t result_value,