Home
last modified time | relevance | path

Searched refs:OP_GOTO (Results 1 – 16 of 16) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DBranchInstruction.java72 case InstructionConstants.OP_GOTO_W: return InstructionConstants.OP_GOTO; in canonicalOpcode()
88 opcode = InstructionConstants.OP_GOTO; in shrink()
98 if (opcode == InstructionConstants.OP_GOTO) in shrink()
DInstructionConstants.java197 public static final byte OP_GOTO = -89; field
DInstructionFactory.java269 case InstructionConstants.OP_GOTO: in create()
/external/proguard/src/proguard/optimize/peephole/
DGotoGotoReplacer.java79 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
95 if (targetInstruction.opcode == InstructionConstants.OP_GOTO) in visitBranchInstruction()
DInstructionSequenceConstants.java2677 new BranchInstruction(InstructionConstants.OP_GOTO, 3),
3279 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3319 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3327 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3335 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3351 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3367 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3375 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3389 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3397 new BranchInstruction(InstructionConstants.OP_GOTO, X),
[all …]
DGotoReturnReplacer.java79 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
DGotoCommonCodeReplacer.java102 if ((opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
DReachableCodeMarker.java154 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
DBranchTargetFinder.java585 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java274 new BranchInstruction(InstructionConstants.OP_GOTO, in visitVariableInstruction()
330 new BranchInstruction(InstructionConstants.OP_GOTO, in visitBranchInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java339 case InstructionConstants.OP_GOTO: in visitBranchInstruction()
851 new BranchInstruction(InstructionConstants.OP_GOTO, in replaceBranchInstruction()
1120 new BranchInstruction(InstructionConstants.OP_GOTO, in trimSwitchInstruction()
1173 new BranchInstruction(InstructionConstants.OP_GOTO, in trimSwitchInstruction()
1216 new BranchInstruction(InstructionConstants.OP_GOTO, 0); in replaceByInfiniteLoop()
DEvaluationShrinker.java235 if (instruction.opcode == InstructionConstants.OP_GOTO && in visitCodeAttribute0()
1911 new BranchInstruction(InstructionConstants.OP_GOTO, 0); in replaceByInfiniteLoop()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java193 … new BranchInstruction(InstructionConstants.OP_GOTO, -gotoOffset)); in visitConstantInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java219 opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java941 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java844 case InstructionConstants.OP_GOTO: in visitBranchInstruction()