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

1 2

  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/d/
T_shl_long_1.java 1 package dot.junit.opcodes.shl_long.d;
T_shl_long_7.java 1 package dot.junit.opcodes.shl_long.d;
T_shl_long_1.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_1
T_shl_long_2.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_2
T_shl_long_3.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_3
T_shl_long_4.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_4
T_shl_long_5.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_5
T_shl_long_6.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_6
T_shl_long_7.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/d/
T_shl_long_1.java 1 package dot.junit.opcodes.shl_long.d;
T_shl_long_7.java 1 package dot.junit.opcodes.shl_long.d;
T_shl_long_1.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_1
T_shl_long_2.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_2
T_shl_long_3.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_3
T_shl_long_4.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_4
T_shl_long_5.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_5
T_shl_long_6.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_6
T_shl_long_7.d 2 .class public dot.junit.opcodes.shl_long.d.T_shl_long_7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/
Test_shl_long.java 1 package dot.junit.opcodes.shl_long;
5 import dot.junit.opcodes.shl_long.d.T_shl_long_1;
6 import dot.junit.opcodes.shl_long.d.T_shl_long_7;
90 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_2");
105 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_3");
118 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_4");
131 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_5");
144 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_6");
158 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_7");
  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/
Test_shl_long.java 1 package dot.junit.opcodes.shl_long;
5 import dot.junit.opcodes.shl_long.d.T_shl_long_1;
6 import dot.junit.opcodes.shl_long.d.T_shl_long_7;
102 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_2");
117 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_3");
130 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_4");
143 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_5");
156 Class.forName("dot.junit.opcodes.shl_long.d.T_shl_long_6");
  /dalvik/vm/compiler/template/armv5te/
TemplateOpList.h 35 JIT_TEMPLATE(SHL_LONG)
  /dalvik/vm/compiler/template/armv5te-vfp/
TemplateOpList.h 31 JIT_TEMPLATE(SHL_LONG)
  /dalvik/vm/compiler/template/armv7-a/
TemplateOpList.h 31 JIT_TEMPLATE(SHL_LONG)
  /dalvik/vm/compiler/template/armv7-a-neon/
TemplateOpList.h 31 JIT_TEMPLATE(SHL_LONG)
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 685 public static final Dop SHL_LONG =
686 new Dop(Opcodes.SHL_LONG, Opcodes.SHL_LONG,
814 new Dop(Opcodes.SHL_LONG_2ADDR, Opcodes.SHL_LONG,
815 Opcodes.SHL_LONG, Form12x.THE_ONE, true);
    [all...]

Completed in 378 milliseconds

1 2