Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java194 public static final byte OP_IFICMPLE = -92; field
DInstructionFactory.java266 case InstructionConstants.OP_IFICMPLE: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java194 case InstructionConstants.OP_IFICMPLE: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2761 new BranchInstruction(InstructionConstants.OP_IFICMPLE, 3),
2974 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
2984 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
2994 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
3004 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
3015 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
3027 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
3117 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
3125 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
3471 new BranchInstruction(InstructionConstants.OP_IFICMPLE, X),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java828 case InstructionConstants.OP_IFICMPLE: in visitBranchInstruction()