Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4050 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException() local
4051 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4072 if (new_tag != result_tag) { in ExecuteMethodWithoutPendingException()
4073 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()
4074 result_tag = new_tag; in ExecuteMethodWithoutPendingException()
4082 DCHECK(IsPrimitiveTag(result_tag)); in ExecuteMethodWithoutPendingException()
4089 DCHECK_EQ(JDWP::JT_VOID, result_tag); in ExecuteMethodWithoutPendingException()
4094 result_tag = TagFromObject(soa, pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
4097 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
4108 VLOG(jdwp) << " --> returned " << result_tag in ExecuteMethodWithoutPendingException()
[all …]
Ddebugger.h713 JDWP::JdwpTag result_tag, uint64_t result_value,