/art/test/703-floating-point-div/src/ |
D | Main.java | 38 double d4 = Double.MIN_NORMAL; in divDoubleTest() local
|
/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/test/178-app-image-native-method/src/ |
D | Main.java | 647 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters() 666 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters() 685 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters() 701 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters() 720 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters() 739 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters() 1031 double d4, in nativeDFDFDFDFDFIJ() 1051 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()
|
/art/test/178-app-image-native-method/ |
D | native_methods.cc | 33 jint i4, jlong l4, jfloat f4, jdouble d4, in VerifyManyParameters() 86 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_Test_nativeMethodWithManyParameters() 115 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_TestFast_nativeMethodWithManyParameters() 143 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_TestCritical_nativeMethodWithManyParameters() 648 jdouble d4, in Java_CriticalSignatures_nativeDFDFDFDFDFIJ() 681 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/art/test/658-fp-read-barrier/src/ |
D | Main.java | 58 double d4 = main.field4; in foo() local
|
/art/test/MyClassNatives/ |
D | MyClassNatives.java | 196 double d4, double d5, int i1); in sfoo3F5DI() 199 double d4, double d5, double d6, int i1); in sfoo3F6DI() 387 double d4, double d5); in foo3F5D_Fast() 390 double d4, double d5, double d6); in foo3F6D_Fast() 444 double d3, double d4, double d5); in foo3F5D_Critical() 447 double d3, double d4, double d5, double d6); in foo3F6D_Critical()
|
/art/test/439-npe/src/ |
D | Main.java | 695 double d4 = 64.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 | 5347 double d4 = 4; in largeFrameFloat() local
|