Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java185 public static final byte OP_IFLT = -101; field
DInstructionFactory.java257 case InstructionConstants.OP_IFLT: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java185 case InstructionConstants.OP_IFLT: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2698 new BranchInstruction(InstructionConstants.OP_IFLT, 3),
2879 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2897 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2917 new BranchInstruction(InstructionConstants.OP_IFLT, X),
2939 new BranchInstruction(InstructionConstants.OP_IFLT, X),
3127 new BranchInstruction(InstructionConstants.OP_IFLT, X),
3147 new BranchInstruction(InstructionConstants.OP_IFLT, X),
3167 new BranchInstruction(InstructionConstants.OP_IFLT, X),
3191 new BranchInstruction(InstructionConstants.OP_IFLT, X),
3341 new BranchInstruction(InstructionConstants.OP_IFLT, X),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java779 case InstructionConstants.OP_IFLT: in visitBranchInstruction()