Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java192 public static final byte OP_IFICMPGE = -94; field
DInstructionFactory.java264 case InstructionConstants.OP_IFICMPGE: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java192 case InstructionConstants.OP_IFICMPGE: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2747 new BranchInstruction(InstructionConstants.OP_IFICMPGE, 3),
2957 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
2965 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3134 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3144 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3154 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3164 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3175 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3187 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
3455 new BranchInstruction(InstructionConstants.OP_IFICMPGE, X),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java816 case InstructionConstants.OP_IFICMPGE: in visitBranchInstruction()