Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java228 public static final byte OP_IFNULL = -58; field
DInstructionFactory.java272 case InstructionConstants.OP_IFNULL: in create()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java209 case InstructionConstants.OP_IFNULL: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2782 new BranchInstruction(InstructionConstants.OP_IFNULL, 3),
3199 new BranchInstruction(InstructionConstants.OP_IFNULL, X),
3209 new BranchInstruction(InstructionConstants.OP_IFNULL, X),
3219 new BranchInstruction(InstructionConstants.OP_IFNULL, X),
3231 new BranchInstruction(InstructionConstants.OP_IFNULL, X),
3373 new BranchInstruction(InstructionConstants.OP_IFNULL, X),
3500 new BranchInstruction(InstructionConstants.OP_IFNULL, 6),
3511 new BranchInstruction(InstructionConstants.OP_IFNULL, X),
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java378 case InstructionConstants.OP_IFNULL: in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java857 case InstructionConstants.OP_IFNULL: in visitBranchInstruction()