Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java168 case InstructionConstants.OP_ARRAYLENGTH: in visitSimpleInstruction()
DSideEffectInstructionChecker.java121 case InstructionConstants.OP_ARRAYLENGTH: in visitSimpleInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java220 public static final byte OP_ARRAYLENGTH = -66; field
DInstructionFactory.java163 case InstructionConstants.OP_ARRAYLENGTH: in create()
/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java233 opcode == InstructionConstants.OP_ARRAYLENGTH; in isPop()
/external/proguard/src/proguard/evaluation/
DProcessor.java547 case InstructionConstants.OP_ARRAYLENGTH: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java186 case InstructionConstants.OP_ARRAYLENGTH: in visitSimpleInstruction()