Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java187 public static final byte OP_IFGT = -99; field
DInstructionFactory.java259 case InstructionConstants.OP_IFGT: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java187 case InstructionConstants.OP_IFGT: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2712 new BranchInstruction(InstructionConstants.OP_IFGT, 3),
2967 new BranchInstruction(InstructionConstants.OP_IFGT, X),
2987 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3007 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3031 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3039 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3057 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3077 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3099 new BranchInstruction(InstructionConstants.OP_IFGT, X),
3357 new BranchInstruction(InstructionConstants.OP_IFGT, X),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java789 case InstructionConstants.OP_IFGT: in visitBranchInstruction()