HomeSort by relevance Sort by last modified time
    Searched refs:OP_GOTO (Results 1 - 25 of 39) sorted by null

1 2

  /dalvik/vm/mterp/c/
OP_GOTO.c 1 HANDLE_OPCODE(OP_GOTO /*+AA*/)
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 72 case InstructionConstants.OP_GOTO_W: return InstructionConstants.OP_GOTO;
88 opcode = InstructionConstants.OP_GOTO;
98 if (opcode == InstructionConstants.OP_GOTO)
InstructionConstants.java 197 public static final byte OP_GOTO = -89;
InstructionFactory.java 268 case InstructionConstants.OP_GOTO:
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 79 if (opcode == InstructionConstants.OP_GOTO ||
94 if (targetInstruction.opcode == InstructionConstants.OP_GOTO)
GotoReturnReplacer.java 79 if (opcode == InstructionConstants.OP_GOTO ||
InstructionSequenceConstants.java     [all...]
GotoCommonCodeReplacer.java 102 if ((opcode == InstructionConstants.OP_GOTO ||
ReachableCodeMarker.java 155 if (opcode == InstructionConstants.OP_GOTO ||
BranchTargetFinder.java 559 else if (opcode == InstructionConstants.OP_GOTO ||
  /external/quake/quake/src/QW/server/
pr_comp.h 112 OP_GOTO,
pr_exec.c 164 else if (s->op == OP_GOTO)
607 case OP_GOTO:
  /external/quake/quake/src/WinQuake/
pr_comp.h 113 OP_GOTO,
pr_exec.cpp 164 else if (s->op == OP_GOTO)
607 case OP_GOTO:
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 277 new BranchInstruction(InstructionConstants.OP_GOTO,
333 new BranchInstruction(InstructionConstants.OP_GOTO,
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 220 opcode == InstructionConstants.OP_GOTO ||
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 201 new BranchInstruction(InstructionConstants.OP_GOTO, -gotoOffset));
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 75 int OP_GOTO = 0x28;
  /dalvik/libdex/
OpCode.h 117 OP_GOTO = 0x28,
433 H(OP_GOTO), \
    [all...]
InstrUtils.c 77 case OP_GOTO:
589 case OP_GOTO:
699 case OP_GOTO:
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 337 case InstructionConstants.OP_GOTO:
    [all...]
  /dalvik/vm/analysis/
DexVerify.c 567 case OP_GOTO:
VerifySubs.c 398 case OP_GOTO:
  /dalvik/vm/compiler/
Frontend.c 128 case OP_GOTO:
161 case OP_GOTO:
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 833 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1));

Completed in 298 milliseconds

1 2