Home
last modified time | relevance | path

Searched refs:OP_NEW (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java3697 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 …]
DBranchTargetFinder.java489 if (opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
DMethodInliner.java421 case InstructionConstants.OP_NEW: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/info/
DInstantiationClassMarker.java51 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
DExceptionInstructionChecker.java191 case InstructionConstants.OP_NEW: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassSimplifier.java93 new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_ENUM),
DEvaluationShrinker.java657 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java217 public static final byte OP_NEW = -69; field
DInstructionFactory.java187 case InstructionConstants.OP_NEW: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java594 case InstructionConstants.OP_NEW: in visitConstantInstruction()