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

/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;
178 for (int i = 0; i < length1; i++) {
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2077 int length1 = last_slash1 - name1; local
2080 return UTF8::equal(name1, length1, name2, length2);

Completed in 29 milliseconds