Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java229 public static final byte OP_IFNONNULL = -57; field
DInstructionFactory.java273 case InstructionConstants.OP_IFNONNULL: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java210 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2789 new BranchInstruction(InstructionConstants.OP_IFNONNULL, 3),
3239 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X),
3249 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X),
3259 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X),
3271 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X),
3381 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X),
3503 new BranchInstruction(InstructionConstants.OP_IFNONNULL, X),
3508 new BranchInstruction(InstructionConstants.OP_IFNONNULL, 6),
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java392 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java862 case InstructionConstants.OP_IFNONNULL: in visitBranchInstruction()