HomeSort by relevance Sort by last modified time
    Searched full:op_goto (Results 1 - 25 of 55) sorted by null

1 2 3

  /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)
InstructionFactory.java 268 case InstructionConstants.OP_GOTO:
InstructionConstants.java 197 public static final byte OP_GOTO = -89;
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 79 if (opcode == InstructionConstants.OP_GOTO ||
94 if (targetInstruction.opcode == InstructionConstants.OP_GOTO)
InstructionSequenceConstants.java     [all...]
GotoReturnReplacer.java 79 if (opcode == InstructionConstants.OP_GOTO ||
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:
  /dalvik/vm/analysis/
VerifySubs.cpp 98 case OP_GOTO:
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 277 new BranchInstruction(InstructionConstants.OP_GOTO,
333 new BranchInstruction(InstructionConstants.OP_GOTO,
  /dalvik/libdex/
DexOpcodes.h 111 OP_GOTO = 0x28,
377 H(OP_GOTO), \
    [all...]
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 201 new BranchInstruction(InstructionConstants.OP_GOTO, -gotoOffset));
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 118 /* For OP_GOTO, OP_GOTO_16, and OP_GOTO_32 */
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 220 opcode == InstructionConstants.OP_GOTO ||
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 572 case OP_GOTO:
573 return op_goto();
  /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 134 case OP_GOTO:
167 case OP_GOTO:
908 case OP_GOTO:
    [all...]

Completed in 1113 milliseconds

1 2 3