Home
last modified time | relevance | path

Searched refs:OP_GOTO_W (Results 1 – 13 of 13) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DBranchInstruction.java72 case InstructionConstants.OP_GOTO_W: return InstructionConstants.OP_GOTO; in canonicalOpcode()
86 if (opcode == InstructionConstants.OP_GOTO_W) in shrink()
100 opcode = InstructionConstants.OP_GOTO_W; in shrink()
165 return opcode == InstructionConstants.OP_GOTO_W || in branchOffsetSize()
DInstructionConstants.java230 public static final byte OP_GOTO_W = -56; field
DInstructionFactory.java275 case InstructionConstants.OP_GOTO_W: in create()
/external/proguard/src/proguard/optimize/peephole/
DGotoReturnReplacer.java80 opcode == InstructionConstants.OP_GOTO_W) in visitBranchInstruction()
DGotoGotoReplacer.java80 opcode == InstructionConstants.OP_GOTO_W) in visitBranchInstruction()
DReachableCodeMarker.java155 opcode == InstructionConstants.OP_GOTO_W) in visitBranchInstruction()
DGotoCommonCodeReplacer.java103 opcode == InstructionConstants.OP_GOTO_W) && in visitBranchInstruction()
DBranchTargetFinder.java586 opcode == InstructionConstants.OP_GOTO_W) in visitBranchInstruction()
DMethodInliner.java382 new BranchInstruction(InstructionConstants.OP_GOTO_W, in visitSimpleInstruction()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java166 new BranchInstruction(InstructionConstants.OP_GOTO_W, in visitBranchInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java220 opcode == InstructionConstants.OP_GOTO_W || in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java845 case InstructionConstants.OP_GOTO_W: in visitBranchInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java340 case InstructionConstants.OP_GOTO_W: in visitBranchInstruction()