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

/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp272 int length2 = decode.position(); local
274 tty->print_cr("finished test of %d stream values, size %d", step, length2);
275 guarantee(length == length2, "bad length");
/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp175 bool UTF8::equal(const jbyte* base1, int length1, const jbyte* base2, int length2) { argument
177 if (length1 != length2) return false;
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2078 int length2 = last_slash2 - name2; local
2080 return UTF8::equal(name1, length1, name2, length2);

Completed in 518 milliseconds