Searched refs:next_key (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp2066 jint next_key = Bytes::get_Java_u4(aligned_bcp + (2+2*i+2)*jintSize);
2067 if (this_key >= next_key) {
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1157 int next_key = _ck_ntohl(lptr[2]); local
1158 if (this_key >= next_key) {

Completed in 3442 milliseconds