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

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodes.java362 private static final int[] lengthArray = new int[256]; field in class:Bytecodes
599 return lengthArray[opcode & 0xff];
834 lengthArray[opcode] = instructionLength;

Completed in 125 milliseconds