Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DInstantiationClassMarker.java51 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
DExceptionInstructionChecker.java116 opcode == InstructionConstants.OP_NEW || in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java217 public static final byte OP_NEW = -69; field
DInstructionFactory.java186 case InstructionConstants.OP_NEW: in create()
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java483 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()
DMethodInliner.java384 case InstructionConstants.OP_NEW: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java578 case InstructionConstants.OP_NEW: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java632 if (constantInstruction.opcode == InstructionConstants.OP_NEW) in visitConstantInstruction()