Home
last modified time | relevance | path

Searched refs:OP_ISTORE_0 (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java194 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()
DInstructionConstants.java89 public static final byte OP_ISTORE_0 = 59; field
DInstructionFactory.java227 case InstructionConstants.OP_ISTORE_0: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java698 case InstructionConstants.OP_ISTORE_0: in visitVariableInstruction()