Home
last modified time | relevance | path

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

12

/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.txt6 class [D 16
7 class [D 24
8 class [D 32
/art/test/969-iface-super/
Dexpected.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.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/test/425-invoke-super/src/
DMain.java32 static class D extends C { class in Main
46 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.txt4 passed D
Dinfo.txt14 (D) b/29126870:
/art/test/440-stmp/
Dinfo.txt2 a S/D register a temp, while it conflicted with the
/art/test/910-methods/
Dexpected.txt21 [sqrt, (D)D, null]
/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.txt331 type : 'D'
368 type : '[D'
408 type : 'D'
460 … |0026: sput-wide v0, Lcom/google/android/test/Test;.sD:D // field@001a
513 … |002d: iput-wide v2, v8, Lcom/google/android/test/Test;.mD:D // field@000f
540 000b72: 2341 2200 |0067: new-array v1, v4, [D // type@0022
542 … |006c: iput-object v1, v8, Lcom/google/android/test/Test;.aDouble:[D // field@0005
694 … |0059: iget-wide v0, v11, Lcom/google/android/test/Test;.mD:D // field@000f
696 … |0060: iget-wide v4, v11, Lcom/google/android/test/Test;.mD:D // field@000f
700 … |0066: iget-wide v4, v11, Lcom/google/android/test/Test;.mD:D // field@000f
[all …]
Dstaticfields.txt77 type : 'D'
Dinvoke-custom.lst73 0x00002b00 12 TestInvocationKinds getInstanceField (LTestInvocationKinds;)D TestInvocationKinds.jav…
83 0x00002ccc 16 TestInvocationKinds setInstanceField (LTestInvocationKinds;D)V TestInvocationKinds.ja…
123 …invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[D)Ljava/lang/invoke/Ca…
/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.txt1 [PI, D, null]
/art/runtime/
Djvalue-inl.h44 DEFINE_FROM(double, D);
Druntime_options.def96 PropertiesList) // -D<whatever> -D<whatever> ...
/art/test/668-aiobe/smali/
DTestCase.smali26 .method public static run([DI)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()
/art/test/510-checker-try-catch/smali/
DRuntime.smali153 sget-object v0, LRuntime;->doubleArray:[D
359 sget-object v0, LRuntime;->doubleArray:[D
451 sget-object v0, LRuntime;->doubleArray:[D
517 new-array v0, v1, [D
519 sput-object v0, LRuntime;->doubleArray:[D
625 .field public static doubleArray:[D
/art/test/800-smali/smali/
DsameFieldNames.smali6 .field static public a:D
/art/test/121-modifiers/smali/
DNonInf.smali145 .method public strictfp strictfpMethod()D
/art/runtime/jni/
Dcheck_jni.cc152 jdouble D; member
226 case 'D': o.D = va_arg(vargs_, jdouble); break; in GetValue()
248 case 'D': o.D = v.d; break; in GetValue()
1102 StringAppendF(msg, "%g", arg.D); in TraceNonHeapValue()
2268 FIELD_ACCESSORS(jdouble, Double, Primitive::kPrimDouble, D, D) in FIELD_ACCESSORS()
2381 CALL(jdouble, Double, Primitive::kPrimDouble, D) in CALL()
2940 result.D = baseEnv(env)->GetStaticDoubleField(env, down_cast<jclass>(obj), fid); in GetField()
2942 result.D = baseEnv(env)->GetDoubleField(env, obj, fid); in GetField()
3027 baseEnv(env)->SetStaticDoubleField(env, down_cast<jclass>(obj), fid, value.D); in SetField()
3029 baseEnv(env)->SetDoubleField(env, obj, fid, value.D); in SetField()
[all …]

12