Home | History | Annotate | Download | only in art

Lines Matching defs:tag

76     long tag = Main.getTag(o);
77 if (expectedTag != tag) {
78 throw new RuntimeException("Unexpected tag " + tag + ", expected " + expectedTag);
84 // to compare to. We use index % 10 as the tag.
135 long tag;
138 tag = t;
142 if (tag != p.tag) {
143 return Long.compare(tag, p.tag);
170 return "<" + obj + ";" + tag + ">";