HomeSort by relevance Sort by last modified time
    Searched full:int_to_long (Results 1 - 25 of 44) 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
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ConversionRepeater.java 128 case INT_TO_LONG:
138 oppositeOpcode = Opcode.INT_TO_LONG;
195 if (Opcode.isBetween(opcode, Opcode.INT_TO_LONG, Opcode.DOUBLE_TO_FLOAT)) {
ValuePrinter.java 244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 149 INT_TO_LONG,
  /external/smali/dexlib2/src/main/ragel/
Opcodes.rl 121 define int_to_long 129
  /art/compiler/dex/
gvn_dead_code_elimination_test.cc 2049 MIR* int_to_long = &mirs_[3]; local
    [all...]
  /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;
  /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/dex/quick/
quick_compiler.cc 267 Instruction::INT_TO_LONG,

Completed in 740 milliseconds

1 2