Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 52) sorted by relevance

123

/art/test/108-check-cast/src/
DMain.java22 class D extends B {} class
31 b = new D(); in main()
33 D d = (D) b; in main()
34 if (!(b instanceof D)) { in main()
41 if (b instanceof D) { in main()
/art/test/920-objects/
Dexpected-stdout.txt6 class [D 16
7 class [D 24
8 class [D 32
/art/test/182-method-linking/
Dexpected-stdout.txt13 Calling pkg1.A.foo on pkg2.D
15 Calling pkg2.B.foo on pkg2.D
16 pkg2.D.foo
17 Calling pkg1.C.foo on pkg2.D
19 Calling pkg2.D.foo on pkg2.D
20 pkg2.D.foo
/art/test/969-iface-super/
Dexpected-stdout.txt14 Testing for type D
15 D-virtual D.SayHi()='Hello Hello and welcome '
16 D-interface Iface.SayHi()='Hello Hello and welcome '
17 D-interface Iface2.SayHi()='Hello Hello and welcome '
18 End testing for type D
/art/test/960-default-smali/
Dexpected-stdout.txt23 Testing for type D
24 D-virtual D.GetName()='Alex '
25 D-interface Greeter3.GetName()='Alex '
26 D-virtual D.SayHi()='Hello Alex '
27 D-interface Greeter.SayHi()='Hello Alex '
28 D-interface Greeter3.SayHi()='Hello Alex '
29 D-virtual D.SayHiTwice()='Hello Alex Hello Alex '
30 D-interface Greeter.SayHiTwice()='Hello Alex Hello Alex '
31 D-interface Greeter3.SayHiTwice()='Hello Alex Hello Alex '
32 End testing for type D
/art/runtime/interpreter/mterp/riscv64/
Dmain.S519 % store_gpr_to_vreg(gpr="a1", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
523 % store_gpr_to_vreg(gpr="a2", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
524 % store_gpr_to_vreg(gpr="a3", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
525 % store_gpr_to_vreg(gpr="a4", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
526 % store_gpr_to_vreg(gpr="a5", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
527 % store_gpr_to_vreg(gpr="a6", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
528 % store_gpr_to_vreg(gpr="a7", offset="t3", shorty="t2", fp="t0", refs="t1", z0="t4", z1="t5", D="s…
537 % store_outs_to_vregs(outs="t3", shorty="t2", fp="t4", refs="t1", z0="t5", z1="t6", D="s0", F="s4"…
543 % store_fpr_to_vreg(fpr="fa0", offset="t2", shorty="t1", fp="t0", z0="t3", z1="t4", D="s0", F="s4"…
544 % store_fpr_to_vreg(fpr="fa1", offset="t2", shorty="t1", fp="t0", z0="t3", z1="t4", D="s0", F="s4"…
[all …]
Dinvoke.S992 % load_vreg_in_gpr(gpr="a1", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, L=z5, z0=z6, done=f".L{uniq}…
993 % load_vreg_in_gpr(gpr="a2", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, L=z5, z0=z6, done=f".L{uniq}_s…
994 % load_vreg_in_gpr(gpr="a3", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, L=z5, z0=z6, done=f".L{uniq}_s…
995 % load_vreg_in_gpr(gpr="a4", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, L=z5, z0=z6, done=f".L{uniq}_s…
996 % load_vreg_in_gpr(gpr="a5", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, L=z5, z0=z6, done=f".L{uniq}_s…
1003 % load_vreg_in_fpr(fpr="fa0", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, z0=z5, done=f".L{uniq}_slow_d…
1004 % load_vreg_in_fpr(fpr="fa1", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, z0=z5, done=f".L{uniq}_slow_d…
1005 % load_vreg_in_fpr(fpr="fa2", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, z0=z5, done=f".L{uniq}_slow_d…
1006 % load_vreg_in_fpr(fpr="fa3", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, z0=z5, done=f".L{uniq}_slow_d…
1008 % load_vreg_in_fpr(fpr="fa4", shorty=z0, vregs=z1, D=z2, F=z3, J=z4, z0=z5, done=f".L{uniq}_slow…
[all …]
/art/test/182-method-linking/src/
DMain.java26 import pkg2.D;
60 D d = new D(); in main()
/art/test/425-invoke-super/src/
DMain.java32 static class D extends C { class in Main
44 assertEquals(1, new D().$opt$bar()); in main()
/art/test/960-default-smali/src/
DD.java16 class D implements Greeter3 { class
/art/test/969-iface-super/src/
DD.java16 public class D implements Iface2 { class
/art/test/600-verifier-fails/
Dexpected-stdout.txt4 passed D
Dinfo.txt14 (D) b/29126870:
/art/test/dexdump/
Dvalues.txt97 type : 'D'
102 type : 'D'
107 type : 'D'
112 type : 'D'
117 type : 'D'
122 type : 'D'
127 type : 'D'
Dbytecodes.txt337 type : 'D'
374 type : '[D'
414 type : 'D'
467 … |0026: sput-wide v0, Lcom/google/android/test/Test;.sD:D // field@001a
521 … |002d: iput-wide v2, v8, Lcom/google/android/test/Test;.mD:D // field@000f
548 000b72: 2341 2200 |0067: new-array v1, v4, [D // type@0022
550 … |006c: iput-object v1, v8, Lcom/google/android/test/Test;.aDouble:[D // field@0005
703 … |0059: iget-wide v0, v11, Lcom/google/android/test/Test;.mD:D // field@000f
705 … |0060: iget-wide v4, v11, Lcom/google/android/test/Test;.mD:D // field@000f
709 … |0066: iget-wide v4, v11, Lcom/google/android/test/Test;.mD:D // field@000f
[all …]
Dstaticfields.txt77 type : 'D'
/art/test/182-method-linking/src/pkg2/
DD.java21 public class D extends C { class
/art/test/910-methods/
Dexpected-stdout.txt21 [sqrt, (D)D, null]
/art/test/440-stmp/
Dinfo.txt2 a S/D register a temp, while it conflicted with the
/art/test/682-double-catch-phi/smali/
DDoubleCatchPhi.smali19 .field public mValue:D
33 iput-wide v0, v4, LDoubleCatchPhi;->mValue:D
/art/test/918-fields/
Dexpected-stdout.txt1 [PI, D, null]
/art/runtime/
Djvalue-inl.h44 DEFINE_FROM(double, D);
/art/test/668-aiobe/smali/
DTestCase.smali26 .method public static run([DI)D
/art/test/Dex2oatVdexPublicSdkDex/
DInteger.smali36 .method public doubleValue()D
/art/test/956-methodhandles/src/
DMain.java62 public static class D { class in Main
70 public static class E extends D {
162 MethodType.methodType(void.class), D.class /* specialCaller */); in testfindSpecial_invokeSuperBehaviour()
182 D dInstance = new D(); in testfindSpecial_invokeDirectBehaviour()
184 MethodHandle mh3 = D.lookup.findSpecial(D.class, "privateRyan", in testfindSpecial_invokeDirectBehaviour()
185 MethodType.methodType(void.class), D.class /* specialCaller */); in testfindSpecial_invokeDirectBehaviour()
191 D.lookup.findSpecial(D.class, "privateRyan", MethodType.methodType(void.class), C.class); in testfindSpecial_invokeDirectBehaviour()
198 E.lookup.findSpecial(D.class, "privateRyan", MethodType.methodType(void.class), E.class); in testfindSpecial_invokeDirectBehaviour()

123