Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java188 public static final byte OP_IFLE = -98; field
DInstructionFactory.java260 case InstructionConstants.OP_IFLE: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java188 case InstructionConstants.OP_IFLE: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2719 new BranchInstruction(InstructionConstants.OP_IFLE, 3),
2887 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2907 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2927 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2951 new BranchInstruction(InstructionConstants.OP_IFLE, X),
3119 new BranchInstruction(InstructionConstants.OP_IFLE, X),
3137 new BranchInstruction(InstructionConstants.OP_IFLE, X),
3157 new BranchInstruction(InstructionConstants.OP_IFLE, X),
3179 new BranchInstruction(InstructionConstants.OP_IFLE, X),
3365 new BranchInstruction(InstructionConstants.OP_IFLE, X),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java794 case InstructionConstants.OP_IFLE: in visitBranchInstruction()