Searched refs:new_tag (Results 1 – 1 of 1) sorted by relevance
4077 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get()); in ExecuteMethodWithoutPendingException() local4078 if (new_tag != result_tag) { in ExecuteMethodWithoutPendingException()4079 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; in ExecuteMethodWithoutPendingException()4080 result_tag = new_tag; in ExecuteMethodWithoutPendingException()