/art/test/300-package-override/src/ |
D | Main.java | 23 p2.DerivedClass d2 = new p2.DerivedClass2(); in main() local
|
/art/test/182-method-linking/src/ |
D | Main.java | 71 D2 d2 = new D2(); in main() local
|
/art/test/178-app-image-native-method/src/ |
D | Main.java | 645 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 664 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 683 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 699 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 718 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 737 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 793 double d1, double d2, int i1, int i2, int i3, int i4, int i5, int i6); in nativeDDIIIIII() 820 double d1, double d2, float f, int i1, long l, int i2, int i3, int i4); in nativeDDFILIII() 830 double d1, double d2, int i1, float f, int i2, int i3); in nativeDDIFII() 1027 double d2, in nativeDFDFDFDFDFIJ() [all …]
|
/art/test/178-app-image-native-method/ |
D | native_methods.cc | 31 jint i2, jlong l2, jfloat f2, jdouble d2, in VerifyManyParameters() 84 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_Test_nativeMethodWithManyParameters() 113 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_TestFast_nativeMethodWithManyParameters() 141 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_TestCritical_nativeMethodWithManyParameters() 215 jdouble d2, in Java_CriticalSignatures_nativeDDIIIIII() 255 jdouble d2, in Java_CriticalSignatures_nativeDDFILIII() 275 jdouble d2, in Java_CriticalSignatures_nativeDDIFII() 644 jdouble d2, in Java_CriticalSignatures_nativeDFDFDFDFDFIJ() 679 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/art/test/952-invoke-custom/src/ |
D | TestBase.java | 68 static void assertEquals(double d1, double d2) { in assertEquals()
|
/art/test/703-floating-point-div/src/ |
D | Main.java | 36 double d2 = -2.0; in divDoubleTest() local
|
/art/test/534-checker-bce-deoptimization/src/ |
D | Main.java | 119 public static void $noinline$DoubleFill(double d1, double d2, double[] array, int n) { in $noinline$DoubleFill()
|
/art/test/705-register-conflict/src/ |
D | Main.java | 28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0; in $opt$registerConflictTest() local
|
/art/test/080-oom-throw/src/ |
D | Main.java | 40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in Main.InstanceMemEater
|
/art/benchmark/stringbuilder-append/src/ |
D | StringBuilderAppendBenchmark.java | 82 double d2 = double2; in timeAppendStringAndHugeDouble() local
|
/art/test/658-fp-read-barrier/src/ |
D | Main.java | 56 double d2 = main.field2; in foo() local
|
/art/profman/ |
D | profile_assistant_test.cc | 1739 const DexFile& d2 = *dex_files[1]; in TEST_F() local 1808 const DexFile& d2 = *dex_files[0]; in TEST_F() local 1851 const DexFile& d2 = *dex_files[0]; in TEST_F() local 1973 const DexFile& d2 = *dex_files[1]; in TEST_F() local 2244 const DexFile& d2 = *dex_files[1]; in TEST_F() local
|
/art/test/MyClassNatives/ |
D | MyClassNatives.java | 195 static native int sfoo3F5DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F5DI() 198 static native int sfoo3F6DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F6DI() 386 native int foo3F5D_Fast(float f1, float f2, float f3, double d1, double d2, double d3, in foo3F5D_Fast() 389 native int foo3F6D_Fast(float f1, float f2, float f3, double d1, double d2, double d3, in foo3F6D_Fast() 443 static native int foo3F5D_Critical(float f1, float f2, float f3, double d1, double d2, in foo3F5D_Critical() 446 static native int foo3F6D_Critical(float f1, float f2, float f3, double d1, double d2, in foo3F6D_Critical()
|
/art/test/439-npe/src/ |
D | Main.java | 693 double d2 = 62.0; in $opt$noinline$testRegisterRetrieval() local
|
/art/test/700-LoadArgRegs/src/ |
D | Main.java | 273 …static void testMore(int i1, double d1, double d2, double d3, double d4, double d5, double d6, dou… in testMore()
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 108 double d2 = Math.round(d1); in b17411468() local 5343 double d2 = 2; in largeFrameFloat() local
|