Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4060 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException() local
4061 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4082 if (new_tag != result_tag) { in ExecuteMethodWithoutPendingException()
4083 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()
4084 result_tag = new_tag; in ExecuteMethodWithoutPendingException()
4092 DCHECK(IsPrimitiveTag(result_tag)); in ExecuteMethodWithoutPendingException()
4099 DCHECK_EQ(JDWP::JT_VOID, result_tag); in ExecuteMethodWithoutPendingException()
4105 result_tag = TagFromObject(soa, decoded_ref.Get()); in ExecuteMethodWithoutPendingException()
4110 result_tag = TagFromObject(soa, pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
4114 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
[all …]
Ddebugger.h756 JDWP::JdwpTag result_tag, uint64_t result_value,