Searched defs:tag_old (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp209 constantTag tag_old = _old_cp->tag_at(cpi_old); local
211 if (tag_old.value() != tag_new.value())
213 if (tag_old.is_long()) {
384 constantTag tag_old = _old_cp->tag_at(cpi_old); local
386 if (tag_old.is_int() || tag_old.is_float()) {
387 if (tag_old.value() != tag_new.value())
389 if (tag_old.is_int()) {
398 } else if (tag_old.is_string() || tag_old
[all...]

Completed in 30 milliseconds