Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4115 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException() local
4116 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4137 if (new_tag != result_tag) { in ExecuteMethodWithoutPendingException()
4138 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()
4139 result_tag = new_tag; in ExecuteMethodWithoutPendingException()
4147 DCHECK(IsPrimitiveTag(result_tag)); in ExecuteMethodWithoutPendingException()
4154 DCHECK_EQ(JDWP::JT_VOID, result_tag); in ExecuteMethodWithoutPendingException()
4160 result_tag = TagFromObject(soa, decoded_ref.Get()); in ExecuteMethodWithoutPendingException()
4165 result_tag = TagFromObject(soa, pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
4169 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
[all …]
Ddebugger.h723 JDWP::JdwpTag result_tag, uint64_t result_value,