/art/test/108-check-cast/src/ |
D | Main.java | 22 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/ |
D | expected-stdout.txt | 6 class [D 16 7 class [D 24 8 class [D 32
|
/art/test/182-method-linking/ |
D | expected-stdout.txt | 13 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/ |
D | expected-stdout.txt | 14 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/ |
D | expected-stdout.txt | 23 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/ |
D | main.S | 519 % 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 …]
|
D | invoke.S | 992 % 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/ |
D | Main.java | 26 import pkg2.D; 60 D d = new D(); in main()
|
/art/test/425-invoke-super/src/ |
D | Main.java | 32 static class D extends C { class in Main 44 assertEquals(1, new D().$opt$bar()); in main()
|
/art/test/960-default-smali/src/ |
D | D.java | 16 class D implements Greeter3 { class
|
/art/test/969-iface-super/src/ |
D | D.java | 16 public class D implements Iface2 { class
|
/art/test/600-verifier-fails/ |
D | expected-stdout.txt | 4 passed D
|
D | info.txt | 14 (D) b/29126870:
|
/art/test/dexdump/ |
D | values.txt | 97 type : 'D' 102 type : 'D' 107 type : 'D' 112 type : 'D' 117 type : 'D' 122 type : 'D' 127 type : 'D'
|
D | bytecodes.txt | 337 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 …]
|
D | staticfields.txt | 77 type : 'D'
|
/art/test/182-method-linking/src/pkg2/ |
D | D.java | 21 public class D extends C { class
|
/art/test/910-methods/ |
D | expected-stdout.txt | 21 [sqrt, (D)D, null]
|
/art/test/440-stmp/ |
D | info.txt | 2 a S/D register a temp, while it conflicted with the
|
/art/test/682-double-catch-phi/smali/ |
D | DoubleCatchPhi.smali | 19 .field public mValue:D 33 iput-wide v0, v4, LDoubleCatchPhi;->mValue:D
|
/art/test/918-fields/ |
D | expected-stdout.txt | 1 [PI, D, null]
|
/art/runtime/ |
D | jvalue-inl.h | 44 DEFINE_FROM(double, D);
|
/art/test/668-aiobe/smali/ |
D | TestCase.smali | 26 .method public static run([DI)D
|
/art/test/Dex2oatVdexPublicSdkDex/ |
D | Integer.smali | 36 .method public doubleValue()D
|
/art/test/956-methodhandles/src/ |
D | Main.java | 62 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()
|