Searched refs:OP_ISTORE_0 (Results 1 – 4 of 4) sorted by relevance
194 case InstructionConstants.OP_ISTORE_0: in canonicalOpcode()234 …e InstructionConstants.OP_ISTORE: opcode = (byte)(InstructionConstants.OP_ISTORE_0 + variableIndex… in shrink()265 variableIndex = opcode < InstructionConstants.OP_ISTORE_0 ? in readInfo()267 (opcode - InstructionConstants.OP_ISTORE_0) & 3; in readInfo()330 (opcode >= InstructionConstants.OP_ISTORE_0 && in variableIndexSize()
89 public static final byte OP_ISTORE_0 = 59; field
227 case InstructionConstants.OP_ISTORE_0: in create()
698 case InstructionConstants.OP_ISTORE_0: in visitVariableInstruction()