Searched refs:OP_IFICMPGT (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 193 public static final byte OP_IFICMPGT = -93; field
|
D | InstructionFactory.java | 265 case InstructionConstants.OP_IFICMPGT: in create()
|
/external/proguard/src/proguard/classfile/editor/ |
D | InstructionWriter.java | 193 case InstructionConstants.OP_IFICMPGT: in visitBranchInstruction()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2754 new BranchInstruction(InstructionConstants.OP_IFICMPGT, 3), 2894 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 2904 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 2914 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 2924 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 2935 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 2947 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 3037 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 3045 new BranchInstruction(InstructionConstants.OP_IFICMPGT, X), 3468 new BranchInstruction(InstructionConstants.OP_IFICMPGT, 6), [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 822 case InstructionConstants.OP_IFICMPGT: in visitBranchInstruction()
|