Searched refs:OP_IFNONNULL (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 229 public static final byte OP_IFNONNULL = -57; field
|
D | InstructionFactory.java | 272 case InstructionConstants.OP_IFNONNULL: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2554 new BranchInstruction(InstructionConstants.OP_IFNONNULL, 3), 3004 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X), 3014 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X), 3024 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X), 3036 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X), 3146 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X), 3268 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X), 3273 new BranchInstruction(InstructionConstants.OP_IFNONNULL, 6),
|
/external/proguard/src/proguard/classfile/editor/ |
D | InstructionWriter.java | 179 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 845 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()
|