Home | History | Annotate | Download | only in runtime

Lines Matching refs:new_tag

4226     JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get());
4227 if (new_tag != result_tag) {
4228 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag;
4229 result_tag = new_tag;