Searched refs:new_tag (Results 1 – 1 of 1) sorted by relevance
3716 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); in ExecuteMethod() local3717 if (new_tag != pReq->result_tag) { in ExecuteMethod()3718 VLOG(jdwp) << " JDWP promoted result from " << pReq->result_tag << " to " << new_tag; in ExecuteMethod()3719 pReq->result_tag = new_tag; in ExecuteMethod()