Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java193 public static final byte OP_IFICMPGT = -93; field
DInstructionFactory.java265 case InstructionConstants.OP_IFICMPGT: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java193 case InstructionConstants.OP_IFICMPGT: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2754 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/
DProcessor.java822 case InstructionConstants.OP_IFICMPGT: in visitBranchInstruction()