/art/test/100-reflect2/src/ |
D | Main.java | 40 System.out.println(f.getDouble(null)); in testFieldReflection() 74 System.out.println(f.getDouble(null)); in testFieldReflection() 109 System.out.println(f.getDouble(null)); in testFieldReflection()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Parser.java | 474 data[i] = hprof.getDouble(); in parseInternal() 990 public double getDouble() { in getDouble() method in Parser.HprofBuffer 991 return mBuffer.getDouble(); in getDouble() 1047 case DOUBLE: return Value.pack(getDouble()); 1067 case DOUBLE: return Value.pack(getDouble());
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 202 public static double getDouble(Second s) { in getDouble() method in Main 1213 assertEquals(-42.0, getDouble(s)); in main()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 363 static void getDouble(MethodHandle m, ValueHolder v, double value, boolean expectFailure) in getDouble() method in Main.InvokeExactTester 376 static void getDouble(MethodHandle m, double value, boolean expectFailure) in getDouble() method in Main.InvokeExactTester 378 getDouble(m, null, value, expectFailure); in getDouble() 549 getDouble(methodHandle, valueHolder, doubleValue, in tryAccessor() 551 getDouble(methodHandle, doubleValue, in tryAccessor()
|
/art/test/064-field-access/src/ |
D | Main.java | 97 result = field.getDouble(obj); in getValue() 675 result = field.getDouble(obj); in getValue()
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleUnitTestHelpers.java | 125 return buffer.order(order).getDouble(index); in getBytesAs_double()
|
/art/runtime/native/ |
D | jdk_internal_misc_Unsafe.cc | 549 FAST_NATIVE_METHOD(Unsafe, getDouble, "(Ljava/lang/Object;J)D"), 567 OVERLOADED_FAST_NATIVE_METHOD(Unsafe, getDouble, "(J)D", getDoubleJ),
|
D | sun_misc_Unsafe.cc | 585 FAST_NATIVE_METHOD(Unsafe, getDouble, "(Ljava/lang/Object;J)D"), 603 OVERLOADED_FAST_NATIVE_METHOD(Unsafe, getDouble, "(J)D", getDoubleJ),
|
D | java_lang_reflect_Field.cc | 562 FAST_NATIVE_METHOD(Field, getDouble, "(Ljava/lang/Object;)D"),
|
/art/test/046-reflect/src/ |
D | Main.java | 317 double staticDoubleVal = field.getDouble(null); in run()
|
/art/build/boot/ |
D | boot-image-profile.txt | 1125 HSPLjava/io/Bits;->getDouble([BI)D 8949 HSPLorg/json/JSONObject;->getDouble(Ljava/lang/String;)D
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4200 Ljava/nio/DirectByteBuffer;->getDouble(J)D
|