Home
last modified time | relevance | path

Searched refs:OP_GOTO (Results 1 – 20 of 20) 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.java268 case InstructionConstants.OP_GOTO: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2442 new BranchInstruction(InstructionConstants.OP_GOTO, 3),
3044 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3084 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3092 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3100 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3116 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3132 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3140 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3154 new BranchInstruction(InstructionConstants.OP_GOTO, X),
3162 new BranchInstruction(InstructionConstants.OP_GOTO, X),
[all …]
DGotoGotoReplacer.java79 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
94 if (targetInstruction.opcode == InstructionConstants.OP_GOTO) in visitBranchInstruction()
DGotoReturnReplacer.java79 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
DGotoCommonCodeReplacer.java102 if ((opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
DReachableCodeMarker.java155 if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
DBranchTargetFinder.java559 else if (opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java277 new BranchInstruction(InstructionConstants.OP_GOTO, in visitVariableInstruction()
333 new BranchInstruction(InstructionConstants.OP_GOTO, in visitBranchInstruction()
/external/quake/quake/src/WinQuake/
Dpr_comp.h113 OP_GOTO, enumerator
Dpr_exec.cpp164 else if (s->op == OP_GOTO) in PR_PrintStatement()
607 case OP_GOTO: in PR_ExecuteProgram()
/external/quake/quake/src/QW/server/
Dpr_comp.h112 OP_GOTO, enumerator
Dpr_exec.c164 else if (s->op == OP_GOTO) in PR_PrintStatement()
607 case OP_GOTO: in PR_ExecuteProgram()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java201 … new BranchInstruction(InstructionConstants.OP_GOTO, -gotoOffset)); in visitConstantInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java220 opcode == InstructionConstants.OP_GOTO || in visitBranchInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java337 case InstructionConstants.OP_GOTO: in visitBranchInstruction()
863 new BranchInstruction(InstructionConstants.OP_GOTO, 0); in replaceByInfiniteLoop()
DEvaluationShrinker.java200 if (instruction.opcode == InstructionConstants.OP_GOTO && in visitCodeAttribute0()
1469 new BranchInstruction(InstructionConstants.OP_GOTO, 0); in replaceByInfiniteLoop()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java833 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java827 case InstructionConstants.OP_GOTO: in visitBranchInstruction()