Home
last modified time | relevance | path

Searched refs:OP_ACONST_NULL (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/optimize/
DDuplicateInitializerInvocationFixer.java113 InstructionConstants.OP_ACONST_NULL); in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java31 public static final byte OP_ACONST_NULL = 1; field
DInstructionFactory.java52 case InstructionConstants.OP_ACONST_NULL: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java777 codeAttribute.code[producerOffset] == InstructionConstants.OP_ACONST_NULL) in replaceNullStackEntryProducers()
782 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL), in replaceNullStackEntryProducers()
DEvaluationSimplifier.java739 InstructionConstants.OP_ACONST_NULL, in replaceReferencePushInstruction()
DEvaluationShrinker.java1734 case Value.TYPE_INSTRUCTION_OFFSET: return InstructionConstants.OP_ACONST_NULL; in pushOpcode()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java3196 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3204 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3214 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3224 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3236 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3244 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3254 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3264 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3372 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
3380 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL),
/external/proguard/src/proguard/evaluation/
DProcessor.java86 case InstructionConstants.OP_ACONST_NULL: in visitSimpleInstruction()