Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4127 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException() local
4128 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4149 if (new_tag != result_tag) { in ExecuteMethodWithoutPendingException()
4150 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()
4151 result_tag = new_tag; in ExecuteMethodWithoutPendingException()
4159 DCHECK(IsPrimitiveTag(result_tag)); in ExecuteMethodWithoutPendingException()
4166 DCHECK_EQ(JDWP::JT_VOID, result_tag); in ExecuteMethodWithoutPendingException()
4172 result_tag = TagFromObject(soa, decoded_ref.Get()); in ExecuteMethodWithoutPendingException()
4177 result_tag = TagFromObject(soa, pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
4181 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
[all …]
Ddebugger.h723 JDWP::JdwpTag result_tag, uint64_t result_value,