Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc4077 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get()); in ExecuteMethodWithoutPendingException() local
4078 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()