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

1 2

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_long/
Test_int_to_long.java 17 package dot.junit.opcodes.int_to_long;
21 import dot.junit.opcodes.int_to_long.d.T_int_to_long_1;
22 import dot.junit.opcodes.int_to_long.d.T_int_to_long_6;
80 load("dot.junit.opcodes.int_to_long.d.T_int_to_long_2", VerifyError.class);
89 load("dot.junit.opcodes.int_to_long.d.T_int_to_long_3", VerifyError.class);
97 load("dot.junit.opcodes.int_to_long.d.T_int_to_long_4", VerifyError.class);
105 load("dot.junit.opcodes.int_to_long.d.T_int_to_long_5", VerifyError.class);
113 load("dot.junit.opcodes.int_to_long.d.T_int_to_long_7", VerifyError.class);
122 load("dot.junit.opcodes.int_to_long.d.T_int_to_long_6", VerifyError.class);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_long/d/
T_int_to_long_1.java 17 package dot.junit.opcodes.int_to_long.d;
T_int_to_long_6.java 17 package dot.junit.opcodes.int_to_long.d;
T_int_to_long_1.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_1
T_int_to_long_2.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_2
T_int_to_long_3.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_3
T_int_to_long_4.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_4
T_int_to_long_5.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_5
T_int_to_long_6.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_6
T_int_to_long_7.d 16 .class public dot.junit.opcodes.int_to_long.d.T_int_to_long_7
  /external/smali/dexlib2/src/main/ragel/
Opcodes.rl 121 define int_to_long 129
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 543 public static final Dop INT_TO_LONG =
544 new Dop(DalvOps.INT_TO_LONG, DalvOps.INT_TO_LONG,
    [all...]
DalvOps.java 163 public static final int INT_TO_LONG = 0x81;
RopToDop.java 190 MAP.put(Rops.CONV_I2L, Dops.INT_TO_LONG);
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 546 public static final Dop INT_TO_LONG =
547 new Dop(Opcodes.INT_TO_LONG, Opcodes.INT_TO_LONG,
    [all...]
RopToDop.java 158 // Opcodes.INT_TO_LONG
361 MAP.put(Rops.CONV_I2L, Dops.INT_TO_LONG);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 549 public static final Dop INT_TO_LONG =
550 new Dop(Opcodes.INT_TO_LONG, Opcodes.INT_TO_LONG,
    [all...]
RopToDop.java 159 // Opcodes.INT_TO_LONG
362 MAP.put(Rops.CONV_I2L, Dops.INT_TO_LONG);
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 542 public static final Info INT_TO_LONG =
543 new Info(Opcodes.INT_TO_LONG, "int-to-long",
    [all...]
Opcodes.java 164 public static final int INT_TO_LONG = 0x81;
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 542 public static final Info INT_TO_LONG =
543 new Info(Opcodes.INT_TO_LONG, "int-to-long",
    [all...]
  /art/compiler/sea_ir/ir/
instruction_tools.cc 416 // 81 INT_TO_LONG vA, vB
  /art/compiler/dex/
frontend.cc 287 Instruction::INT_TO_LONG,
  /art/runtime/
dex_instruction_list.h 150 V(0x81, INT_TO_LONG, "int-to-long", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | kVerifyRegB) \
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 126 suite.addTestSuite(dot.junit.opcodes.int_to_long.Test_int_to_long.class);

Completed in 3279 milliseconds

1 2