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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java250 private static byte int2(int x) { return (byte)(x >> 16); } method in class:Bits
256 bb._put(bi + 2, int2(x));
263 _put(a + 2, int2(x));
270 bb._put(bi + 1, int2(x));
277 _put(a + 1, int2(x));
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2315 instanceKlass* int2 = (instanceKlass*) rcvr->klass()->klass_part(); local
2316 itableOffsetEntry* ki = (itableOffsetEntry*) int2->start_of_itable();
2318 for ( i = 0 ; i < int2->itable_length() ; i++, ki++ ) {
2324 if (i == int2->itable_length()) {

Completed in 41 milliseconds