Searched refs:new_tag (Results 1 – 1 of 1) sorted by relevance
3824 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); in ExecuteMethod() local3825 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()