Searched refs:OP_JSR_W (Results 1 - 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java74 case InstructionConstants.OP_JSR_W: return InstructionConstants.OP_JSR;
90 else if (opcode == InstructionConstants.OP_JSR_W)
104 opcode = InstructionConstants.OP_JSR_W;
166 opcode == InstructionConstants.OP_JSR_W ? 4 :
H A DInstructionConstants.java231 public static final byte OP_JSR_W = -55; field in interface:InstructionConstants
H A DInstructionFactory.java276 case InstructionConstants.OP_JSR_W:
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java205 opcode == InstructionConstants.OP_JSR_W)
222 opcode == InstructionConstants.OP_JSR_W;
/external/proguard/src/proguard/optimize/info/
H A DSideEffectInstructionChecker.java207 case InstructionConstants.OP_JSR_W:
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java290 opcode == InstructionConstants.OP_JSR_W)
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java564 opcode == InstructionConstants.OP_JSR_W)
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java346 case InstructionConstants.OP_JSR_W:
H A DPartialEvaluator.java866 instruction.opcode == InstructionConstants.OP_JSR_W)
H A DEvaluationShrinker.java676 branchInstruction.opcode == InstructionConstants.OP_JSR_W)
/external/proguard/src/proguard/evaluation/
H A DProcessor.java832 case InstructionConstants.OP_JSR_W:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 118 milliseconds