HomeSort by relevance Sort by last modified time
    Searched refs:GOTO_16 (Results 1 - 23 of 23) sorted by null

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 36 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode());
68 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, gotoTarget));
91 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, goto16Target));
FixOffsetsTest.java 104 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode());
107 Assert.assertEquals(Opcode.GOTO_16, instructions.get(501).getOpcode());
  /art/compiler/optimizing/
pretty_printer_test.cc 122 Instruction::GOTO_16, 3,
124 Instruction::GOTO_16, 0xFFFF);
dominator_test.cc 115 Instruction::GOTO_16, 3,
117 Instruction::GOTO_16, 0xFFFF);
codegen_test.cc 140 Instruction::GOTO_16, 3,
142 Instruction::GOTO_16, 0xFFFF);
    [all...]
instruction_builder.cc     [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 61 GOTO_16,
Instruction.java 362 addOpcodeInfo(Opcode.GOTO_16, "goto/16", 0x29, new Format20t());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 53 /*05: 0x05*/ new ImmutableInstruction20t(Opcode.GOTO_16, 7),
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 86 public static final int GOTO_16 = 0x29;
OpcodeInfo.java 226 public static final Info GOTO_16 =
227 new Info(Opcodes.GOTO_16, "goto/16",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 75 public static final int GOTO_16 = 0x29;
Dops.java 229 public static final Dop GOTO_16 =
230 new Dop(DalvOps.GOTO_16, DalvOps.GOTO,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 230 Opcodes.GOTO_16, Form10t.THE_ONE, false);
232 public static final Dop GOTO_16 =
233 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 420 replacement = new BuilderInstruction20t(Opcode.GOTO_16,
428 case GOTO_16: {
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 150 Assert.assertEquals(Opcode.GOTO_16, instruction.getOpcode());
  /art/tools/veridex/
flow_analysis.cc 362 case Instruction::GOTO_16:
  /art/libdexfile/dex/
dex_instruction_list.h 63 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 85 GOTO_16(0x29, "goto/16", ReferenceType.NONE, Format.Format20t),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 450 milliseconds