Home
last modified time | relevance | path

Searched refs:OP_NEWARRAY (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java167 case InstructionConstants.OP_NEWARRAY: in visitSimpleInstruction()
DSideEffectInstructionChecker.java120 case InstructionConstants.OP_NEWARRAY: in visitSimpleInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java218 public static final byte OP_NEWARRAY = -68; field
DSimpleInstruction.java239 opcode == InstructionConstants.OP_NEWARRAY ? 1 : in constantSize()
DInstructionFactory.java162 case InstructionConstants.OP_NEWARRAY: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java308 new SimpleInstruction(InstructionConstants.OP_NEWARRAY, in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java540 case InstructionConstants.OP_NEWARRAY: in visitSimpleInstruction()