Home
last modified time | relevance | path

Searched refs:OP_JSR (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()
92 opcode = InstructionConstants.OP_JSR; in shrink()
102 else if (opcode == InstructionConstants.OP_JSR) in shrink()
DInstructionConstants.java198 public static final byte OP_JSR = -88; field
DInstructionFactory.java270 case InstructionConstants.OP_JSR: in create()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java204 if (opcode == InstructionConstants.OP_JSR || in visitBranchInstruction()
221 opcode == InstructionConstants.OP_JSR || in visitBranchInstruction()
/external/proguard/src/proguard/optimize/info/
DSideEffectInstructionChecker.java262 case InstructionConstants.OP_JSR: in visitBranchInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java302 if (opcode == InstructionConstants.OP_JSR || in visitBranchInstruction()
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java567 if (opcode == InstructionConstants.OP_JSR || in visitBranchInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java872 if (instruction.opcode == InstructionConstants.OP_JSR || in evaluateSingleInstructionBlock()
DEvaluationSimplifier.java344 case InstructionConstants.OP_JSR: in visitBranchInstruction()
DEvaluationShrinker.java671 if (branchInstruction.opcode == InstructionConstants.OP_JSR || in visitBranchInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java850 case InstructionConstants.OP_JSR: in visitBranchInstruction()