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

1 2

  /dalvik/vm/mterp/c/
OP_GOTO.cpp 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 ||
  /dalvik/vm/analysis/
VerifySubs.cpp 98 case OP_GOTO:
Liveness.cpp 336 case 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));
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 337 case InstructionConstants.OP_GOTO:
    [all...]
EvaluationShrinker.java 200 if (instruction.opcode == InstructionConstants.OP_GOTO &&
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 70 int OP_GOTO = 0x0028;
  /dalvik/vm/compiler/
Frontend.cpp 139 case OP_GOTO:
172 case OP_GOTO:
933 case OP_GOTO:
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 833 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1));
  /dalvik/libdex/
DexOpcodes.h 111 OP_GOTO = 0x28,
633 H(OP_GOTO), \
    [all...]

Completed in 317 milliseconds

1 2