Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2463 new BranchInstruction(InstructionConstants.OP_IFLT, 3),
2644 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2662 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2682 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2704 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2892 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2912 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2932 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2956 new BranchInstruction(InstructionConstants.OP_IFLT, X),
3106 new BranchInstruction(InstructionConstants.OP_IFLT, X),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java185 public static final byte OP_IFLT = -101; field
DInstructionFactory.java256 case InstructionConstants.OP_IFLT: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java154 case InstructionConstants.OP_IFLT: in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java762 case InstructionConstants.OP_IFLT: in visitBranchInstruction()