Searched refs:OP_ILOAD_0 (Results 1 – 5 of 5) sorted by relevance
173 case InstructionConstants.OP_ILOAD_0: in canonicalOpcode()228 …case InstructionConstants.OP_ILOAD: opcode = (byte)(InstructionConstants.OP_ILOAD_0 + variableInde… in shrink()266 (opcode - InstructionConstants.OP_ILOAD_0 ) & 3 : in readInfo()328 return (opcode >= InstructionConstants.OP_ILOAD_0 && in variableIndexSize()
56 public static final byte OP_ILOAD_0 = 26; field
201 case InstructionConstants.OP_ILOAD_0: in create()
658 case InstructionConstants.OP_ILOAD_0: in visitVariableInstruction()
249 case InstructionConstants.OP_ILOAD_0: in visitVariableInstruction()