Searched refs:OP_IFLT (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 185 public static final byte OP_IFLT = -101; field
|
D | InstructionFactory.java | 257 case InstructionConstants.OP_IFLT: in create()
|
/external/proguard/src/proguard/classfile/editor/ |
D | InstructionWriter.java | 185 case InstructionConstants.OP_IFLT: in visitBranchInstruction()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2698 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/ |
D | Processor.java | 779 case InstructionConstants.OP_IFLT: in visitBranchInstruction()
|