Home
last modified time | relevance | path

Searched refs:OP_ALOAD_0 (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DDynamicClassReferenceInitializer.java151 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
159 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
170 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java189 case InstructionConstants.OP_ALOAD_0: in canonicalOpcode()
232 …case InstructionConstants.OP_ALOAD: opcode = (byte)(InstructionConstants.OP_ALOAD_0 + variableInde… in shrink()
DInstructionConstants.java72 public static final byte OP_ALOAD_0 = 42; field
DInstructionFactory.java216 case InstructionConstants.OP_ALOAD_0: in create()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java445 codeAttribute.code[producerOffset] == InstructionConstants.OP_ALOAD_0)) in correspondingVerificationType()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java279 case InstructionConstants.OP_ALOAD_0: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java673 case InstructionConstants.OP_ALOAD_0: in visitVariableInstruction()