Home | History | Annotate | Download | only in runtime

Lines Matching refs:new_tag

4148     JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get());
4149 if (new_tag != result_tag) {
4150 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag;
4151 result_tag = new_tag;