Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java229 public static final byte OP_IFNONNULL = -57; field
DInstructionFactory.java272 case InstructionConstants.OP_IFNONNULL: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2554 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/
DInstructionWriter.java179 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java845 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()