Home
last modified time | relevance | path

Searched defs:d8 (Results 1 – 8 of 8) sorted by relevance

/art/test/178-app-image-native-method/src/
DMain.java190 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
209 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
228 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
244 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
263 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
282 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
/art/test/178-app-image-native-method/
Dnative_methods.cc29 jint i8, jlong l8, jfloat f8, jdouble d8) { in VerifyManyParameters()
58 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_Test_nativeMethodWithManyParameters()
88 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_TestFast_nativeMethodWithManyParameters()
117 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_TestCritical_nativeMethodWithManyParameters()
/art/test/703-floating-point-div/src/
DMain.java42 double d8 = Double.MAX_VALUE; in divDoubleTest() local
/art/test/080-oom-throw/src/
DMain.java40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in Main.InstanceMemEater
/art/test/705-register-conflict/src/
DMain.java29 double d8 = 0, d9 = 0, d10 = 0, d11 = 0, d12 = 0, d13 = 0, d14 = 0, d15 = 0; in $opt$registerConflictTest() local
/art/test/658-fp-read-barrier/src/
DMain.java62 double d8 = main.field8; in foo() local
/art/test/439-npe/src/
DMain.java699 double d8 = 68.0; in $opt$noinline$testRegisterRetrieval() local
/art/test/700-LoadArgRegs/src/
DMain.java273 …e d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, int … in testMore()