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

1 2

  /art/compiler/optimizing/
pretty_printer_test.cc 125 Instruction::GOTO_32, 4, 0,
127 Instruction::GOTO_32, 0xFFFF, 0xFFFF);
148 Instruction::GOTO_32, 0, 0);
dominator_test.cc 115 Instruction::GOTO_32, 4, 0,
117 Instruction::GOTO_32, 0xFFFF, 0xFFFF);
136 Instruction::GOTO_32, 0, 0);
codegen_test.cc 137 Instruction::GOTO_32, 4, 0,
139 Instruction::GOTO_32, 0xFFFF, 0xFFFF);
builder.cc 580 case Instruction::GOTO_32: {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 59 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode());
82 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode());
118 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 66 /*17: 0x1d*/ new ImmutableInstruction30t(Opcode.GOTO_32, 24),
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 86 public static final int GOTO_32 = 0x2a;
OpcodeInfo.java 230 public static final Info GOTO_32 =
231 new Info(Opcodes.GOTO_32, "goto/32",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 76 public static final int GOTO_32 = 0x2a;
Dops.java 231 public static final Dop GOTO_32 =
232 new Dop(DalvOps.GOTO_32, DalvOps.GOTO,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 86 public static final int GOTO_32 = 0x2a;
OpcodeInfo.java 230 public static final Info GOTO_32 =
231 new Info(Opcodes.GOTO_32, "goto/32",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 232 Opcodes.GOTO_32, Form20t.THE_ONE, false);
234 public static final Dop GOTO_32 =
235 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 235 Opcodes.GOTO_32, Form20t.THE_ONE, false);
237 public static final Dop GOTO_32 =
238 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 415 replacement = new BuilderInstruction30t(Opcode.GOTO_32,
429 BuilderOffsetInstruction replacement = new BuilderInstruction30t(Opcode.GOTO_32,
    [all...]
  /art/compiler/dex/
mir_optimization.cc 201 case Instruction::GOTO_32:
399 case Instruction::GOTO_32:
    [all...]
frontend.cc 200 Instruction::GOTO_32,
mir_graph.cc 382 case Instruction::GOTO_32:
406 case Instruction::GOTO_32:
    [all...]
local_value_numbering.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 584 case Instruction::GOTO_32:
    [all...]
  /art/runtime/
dex_instruction_list.h 63 V(0x2A, GOTO_32, "goto/32", k30t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 78 GOTO_32((short)0x2a, "goto/32", ReferenceType.NONE, Format.Format30t),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 628 case GOTO_32:
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 310 milliseconds

1 2