Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2477 new BranchInstruction(InstructionConstants.OP_IFGT, 3),
2732 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2752 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2772 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2796 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2804 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2822 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2842 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2864 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3122 new BranchInstruction(InstructionConstants.OP_IFGT, X),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java187 public static final byte OP_IFGT = -99; field
DInstructionFactory.java258 case InstructionConstants.OP_IFGT: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java156 case InstructionConstants.OP_IFGT: in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java772 case InstructionConstants.OP_IFGT: in visitBranchInstruction()