HomeSort by relevance Sort by last modified time
    Searched full:move_16 (Results 26 - 36 of 36) sorted by null

12

  /art/compiler/dex/quick/
mir_to_lir.cc 124 case Instruction::MOVE_16:
  /art/runtime/
dex_instruction_list.h 24 V(0x03, MOVE_16, "move/16", k32x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 150 suite.addTestSuite(dot.junit.opcodes.move_16.Test_move_16.class);
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 47 public static final int MOVE_16 = 0x03;
  /art/compiler/dex/
mir_dataflow.cc 42 // 03 MOVE_16 vAAAA, vBBBB
    [all...]
mir_optimization.cc 188 case Instruction::MOVE_16:
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 40 MOVE_16((short)0x03, "move/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 662 case MOVE_16:
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 749 case Instruction::MOVE_16:
    [all...]
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1183 milliseconds

12