Searched refs:OP_NEW (Results 1 – 10 of 10) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 3697 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3708 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3719 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3730 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3739 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3748 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3759 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3770 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3783 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), 3796 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER), [all …]
|
D | BranchTargetFinder.java | 489 if (opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
|
D | MethodInliner.java | 421 case InstructionConstants.OP_NEW: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | InstantiationClassMarker.java | 51 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
|
D | ExceptionInstructionChecker.java | 191 case InstructionConstants.OP_NEW: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 93 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_ENUM),
|
D | EvaluationShrinker.java | 657 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 217 public static final byte OP_NEW = -69; field
|
D | InstructionFactory.java | 187 case InstructionConstants.OP_NEW: in create()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 594 case InstructionConstants.OP_NEW: in visitConstantInstruction()
|