Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h53 result_tag(JDWP::JT_VOID), exception(0), in DebugInvokeReq()
75 JDWP::JdwpTag result_tag; member
Ddebugger.cc2796 *pResultTag = req->result_tag; in InvokeMethod()
2797 if (IsPrimitiveTag(req->result_tag)) { in InvokeMethod()
2849 pReq->result_tag = BasicTagFromDescriptor(MethodHelper(m).GetShorty()); in ExecuteMethod()
2854 } else if (pReq->result_tag == JDWP::JT_OBJECT) { in ExecuteMethod()
2857 if (new_tag != pReq->result_tag) { in ExecuteMethod()
2858 VLOG(jdwp) << " JDWP promoted result from " << pReq->result_tag << " to " << new_tag; in ExecuteMethod()
2859 pReq->result_tag = new_tag; in ExecuteMethod()