Home
last modified time | relevance | path

Searched refs:OP_JSR_W (Results 1 – 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DBranchInstruction.java74 case InstructionConstants.OP_JSR_W: return InstructionConstants.OP_JSR; in canonicalOpcode()
90 else if (opcode == InstructionConstants.OP_JSR_W) in shrink()
104 opcode = InstructionConstants.OP_JSR_W; in shrink()
166 opcode == InstructionConstants.OP_JSR_W ? 4 : in branchOffsetSize()
DInstructionConstants.java231 public static final byte OP_JSR_W = -55; field
DInstructionFactory.java276 case InstructionConstants.OP_JSR_W: in create()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java205 opcode == InstructionConstants.OP_JSR_W) in visitBranchInstruction()
222 opcode == InstructionConstants.OP_JSR_W; in visitBranchInstruction()
/external/proguard/src/proguard/optimize/info/
DSideEffectInstructionChecker.java263 case InstructionConstants.OP_JSR_W: in visitBranchInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java303 opcode == InstructionConstants.OP_JSR_W) in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java568 opcode == InstructionConstants.OP_JSR_W) in visitBranchInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java873 instruction.opcode == InstructionConstants.OP_JSR_W) in evaluateSingleInstructionBlock()
DEvaluationSimplifier.java345 case InstructionConstants.OP_JSR_W: in visitBranchInstruction()
DEvaluationShrinker.java672 branchInstruction.opcode == InstructionConstants.OP_JSR_W) in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java851 case InstructionConstants.OP_JSR_W: in visitBranchInstruction()