Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2484 new BranchInstruction(InstructionConstants.OP_IFLE, 3),
2652 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2672 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2692 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2716 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2884 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2902 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2922 new BranchInstruction(InstructionConstants.OP_IFLE, X),
2944 new BranchInstruction(InstructionConstants.OP_IFLE, X),
3130 new BranchInstruction(InstructionConstants.OP_IFLE, X),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java188 public static final byte OP_IFLE = -98; field
DInstructionFactory.java259 case InstructionConstants.OP_IFLE: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java157 case InstructionConstants.OP_IFLE: in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java777 case InstructionConstants.OP_IFLE: in visitBranchInstruction()