HomeSort by relevance Sort by last modified time
    Searched full:op_goto (Results 1 - 25 of 64) 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 ||
  /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,
  /external/chromium_org/third_party/sqlite/src/src/
insert.c 250 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr+9);
300 j5 = sqlite3VdbeAddOp0(v, OP_Goto);
600 j1 = sqlite3VdbeAddOp2(v, OP_Goto, 0, 0);
659 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrTop);
    [all...]
analyze.c 293 sqlite3VdbeAddOp2(v, OP_Goto, 0, endOfLoop);
357 jZeroRows = sqlite3VdbeAddOp0(v, OP_Goto);
update.c 368 addr = sqlite3VdbeAddOp0(v, OP_Goto);
524 sqlite3VdbeAddOp2(v, OP_Goto, 0, addr);
select.c 440 addr2 = sqlite3VdbeAddOp0(v, OP_Goto);
460 sqlite3VdbeAddOp2(v, OP_Goto, 0, iContinue);
    [all...]
vdbeblob.c 148 {OP_Goto, 0, 5, 0}, /* 9 */
  /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...]
  /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 1317 milliseconds

1 2 3