Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3824 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); in ExecuteMethod() local
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()