Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java90 opcode == 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/evaluation/
DProcessor.java525 case InstructionConstants.OP_NEWARRAY: in visitSimpleInstruction()