Searched refs:OP_IFICMPLT (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 191 public static final byte OP_IFICMPLT = -95; field
|
D | InstructionFactory.java | 263 case InstructionConstants.OP_IFICMPLT: in create()
|
/external/proguard/src/proguard/classfile/editor/ |
D | InstructionWriter.java | 191 case InstructionConstants.OP_IFICMPLT: in visitBranchInstruction()
|
D | CodeAttributeComposer.java | 947 composer.appendInstruction(3, new BranchInstruction(InstructionConstants.OP_IFICMPLT, -3)); in main()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2740 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/ |
D | Processor.java | 810 case InstructionConstants.OP_IFICMPLT: in visitBranchInstruction()
|