Searched refs:OP_ACONST_NULL (Results 1 – 8 of 8) sorted by relevance
/external/proguard/src/proguard/optimize/ |
D | DuplicateInitializerInvocationFixer.java | 113 InstructionConstants.OP_ACONST_NULL); in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 31 public static final byte OP_ACONST_NULL = 1; field
|
D | InstructionFactory.java | 52 case InstructionConstants.OP_ACONST_NULL: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 777 codeAttribute.code[producerOffset] == InstructionConstants.OP_ACONST_NULL) in replaceNullStackEntryProducers() 782 new SimpleInstruction(InstructionConstants.OP_ACONST_NULL), in replaceNullStackEntryProducers()
|
D | EvaluationSimplifier.java | 739 InstructionConstants.OP_ACONST_NULL, in replaceReferencePushInstruction()
|
D | EvaluationShrinker.java | 1734 case Value.TYPE_INSTRUCTION_OFFSET: return InstructionConstants.OP_ACONST_NULL; in pushOpcode()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 3196 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/ |
D | Processor.java | 86 case InstructionConstants.OP_ACONST_NULL: in visitSimpleInstruction()
|