Home
last modified time | relevance | path

Searched refs:OP_IFICMPLT (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java191 public static final byte OP_IFICMPLT = -95; field
DInstructionFactory.java263 case InstructionConstants.OP_IFICMPLT: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java191 case InstructionConstants.OP_IFICMPLT: in visitBranchInstruction()
DCodeAttributeComposer.java947 composer.appendInstruction(3, new BranchInstruction(InstructionConstants.OP_IFICMPLT, -3)); in main()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2740 new BranchInstruction(InstructionConstants.OP_IFICMPLT, 3),
2877 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
2885 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3054 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3064 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3074 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3084 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3095 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3107 new BranchInstruction(InstructionConstants.OP_IFICMPLT, X),
3452 new BranchInstruction(InstructionConstants.OP_IFICMPLT, 6),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java810 case InstructionConstants.OP_IFICMPLT: in visitBranchInstruction()