Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h61 result_tag(JDWP::JT_VOID), exception(0), in DebugInvokeReq()
83 JDWP::JdwpTag result_tag; member
Ddebugger.cc3763 *pResultTag = req->result_tag; in InvokeMethod()
3764 if (IsPrimitiveTag(req->result_tag)) { in InvokeMethod()
3817 pReq->result_tag = BasicTagFromDescriptor(m.Get()->GetShorty()); in ExecuteMethod()
3822 } else if (pReq->result_tag == JDWP::JT_OBJECT) { in ExecuteMethod()
3825 if (new_tag != pReq->result_tag) { in ExecuteMethod()
3826 VLOG(jdwp) << " JDWP promoted result from " << pReq->result_tag << " to " << new_tag; in ExecuteMethod()
3827 pReq->result_tag = new_tag; in ExecuteMethod()