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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DInstructionDecoder.java97 static int readInt32(byte[] bytesArray, int index) { method in class:InstructionDecoder
263 disp = readInt32(bytesArray, byteIndex);
280 disp = readInt32(bytesArray, byteIndex);
308 disp = readInt32(bytesArray, byteIndex);
336 op = new Immediate(new Integer(readInt32(bytesArray, byteIndex)));
400 offset = readInt32(bytesArray, byteIndex);
414 offset = readInt32(bytesArray, byteIndex);
453 off = readInt32(bytesArray, byteIndex);
472 disp = readInt32(bytesArray, byteIndex);

Completed in 2697 milliseconds