/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 34 d1 = d0 + 1; in $opt$registerConflictTest() 35 d2 = d1 + 1; in $opt$registerConflictTest() 68 return d0 + d1 + d2 + d3 + d4 + d5 + d6 + d7 in $opt$registerConflictTest()
|
/art/test/952-invoke-custom/src/ |
D | TestBase.java | 68 static void assertEquals(double d1, double d2) { in assertEquals() argument 69 if (d1 == d2) { in assertEquals() 72 throw new AssertionError("assertEquals d1: " + d1 + ", d2: " + d2); in assertEquals()
|
/art/test/534-checker-bce-deoptimization/src/ |
D | Main.java | 120 public static void $noinline$DoubleFill(double d1, double d2, double[] array, int n) { in $noinline$DoubleFill() argument 123 array[i] = ((i & 1) == 1) ? d1 : d2; in $noinline$DoubleFill() 124 d1 += 1.5; in $noinline$DoubleFill()
|
/art/test/178-app-image-native-method/src/ |
D | Main.java | 425 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument 444 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument 463 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument 479 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument 498 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument 517 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument 574 double d1, double d2, int i1, int i2, int i3, int i4, int i5, int i6); in nativeDDIIIIII() argument 601 double d1, double d2, float f, int i1, long l, int i2, int i3, int i4); in nativeDDFILIII() argument 611 double d1, double d2, int i1, float f, int i2, int i3); in nativeDDIFII() argument 813 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
|
/art/test/178-app-image-native-method/ |
D | native_methods.cc | 22 jint i1, jlong l1, jfloat f1, jdouble d1, in VerifyManyParameters() argument 31 (i1 == 11) && (l1 == 12) && (f1 == 13.0) && (d1 == 14.0) && in VerifyManyParameters() 51 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_Test_nativeMethodWithManyParameters() argument 60 i1, l1, f1, d1, in Java_Test_nativeMethodWithManyParameters() 81 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestFast_nativeMethodWithManyParameters() argument 90 i1, l1, f1, d1, in Java_TestFast_nativeMethodWithManyParameters() 110 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestCritical_nativeMethodWithManyParameters() argument 119 i1, l1, f1, d1, in Java_TestCritical_nativeMethodWithManyParameters() 185 jdouble d1, in Java_CriticalSignatures_nativeDDIIIIII() argument 193 if (d1 != 8.0) return -1; in Java_CriticalSignatures_nativeDDIIIIII() [all …]
|
/art/runtime/arch/arm64/ |
D | jni_entrypoints_arm64.S | 38 stp d0, d1, [sp, #-16]! 75 ldp d0, d1, [sp], #16 106 stp d0, d1, [sp, #64] 125 ldp d0, d1, [sp, #64] 162 stp d0, d1, [x13, #16] 238 ldp d0, d1, [x29, #16]
|
D | asm_support_arm64.S | 240 stp d0, d1, [\base, #16] 268 ldp d0, d1, [\base, #16]
|
D | quick_entrypoints_arm64.S | 97 stp d0, d1, [sp, #16] 155 ldp d0, d1, [sp, #16] 603 LOADREG x15 8 d1 .LfillRegisters 728 LOADREG x15 8 d1 .LfillRegisters2 835 ldp d0, d1, [x1, #0] 1765 stp d0, d1, [sp, #64] 1776 ldp d0, d1, [sp, #64] 1908 ldp d0, d1, [sp, #64] 2250 stp d0, d1, [sp, #160] 2284 ldp d0, d1, [sp, #160] [all …]
|
/art/test/703-floating-point-div/src/ |
D | Main.java | 35 double d1 = 0x1.0p1023; in divDoubleTest() local 46 expectEquals(Double.doubleToRawLongBits(dPi/d1), 0x1921fb54442d18L); in divDoubleTest()
|
/art/test/658-fp-read-barrier/src/ |
D | Main.java | 55 double d1 = main.field1; in foo() local 92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 + in foo()
|
/art/profman/ |
D | profile_assistant_test.cc | 1281 const DexFile& d1 = *dex_files[0]; in TEST_F() local 1286 SetupProfile(&d1, dex1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 1294 SetupProfile(&d1, dex1, in TEST_F() 1330 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() 1331 return (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d1.GetLocation()) in TEST_F() 1332 && checksum == d1.GetLocationChecksum()) in TEST_F() 1358 const DexFile& d1 = *dex_files[0]; in TEST_F() local 1362 uint16_t num_methods_to_add = std::min(d1.NumMethodIds(), d2.NumMethodIds()); in TEST_F() 1366 "fake-location1", d1.GetLocationChecksum(), d1.NumMethodIds()); in TEST_F() 1400 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(&d1, i)) != nullptr) << i; in TEST_F() [all …]
|
/art/runtime/interpreter/mterp/arm64/ |
D | floating_point.S | 267 GET_VREG_DOUBLE d1, w2 // d1<- vCC 281 GET_VREG_DOUBLE d1, w1 // d1<- vB
|
/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/439-npe/ |
D | expected.txt | 104 d1=248.0
|
/art/test/439-npe/src/ |
D | Main.java | 692 double d1 = 61.0; in $opt$noinline$testRegisterRetrieval() local 772 d0 += d1; in $opt$noinline$testRegisterRetrieval() 773 d1 += d2; in $opt$noinline$testRegisterRetrieval() 839 System.out.println("d1=" + d1); in $opt$noinline$testRegisterRetrieval()
|
/art/test/800-smali/smali/ |
D | b_22881413.smali | 17 .field private static unres1:La/b/c/d1; 204 sget-object v0, LB22881413;->unres1:La/b/c/d1;
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 2331 void createDiff(DataKeys* d1, DataKeys* d2) { in createDiff() argument 2332 MethodEntry** methods1 = parseMethodEntries(d1); in createDiff() 2336 qsort(methods1, d1->numMethods, sizeof(MethodEntry*), compareElapsedInclusive); in createDiff() 2337 for (int32_t i = 0; i < d1->numMethods; ++i) { in createDiff() 2346 int32_t max = (d1->numMethods < d2->numMethods) ? d2->numMethods : d1->numMethods; in createDiff() 2357 for (int32_t i = 0; i < d1->numMethods; i++) { in createDiff() 2488 for (int32_t i = 0; i < d1->numMethods; ++i) { in createDiff()
|
/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() argument 274 …System.out.println(i1+", "+d1+", "+d2+", "+d3+", "+d4+", "+d5+", "+d6+", "+d7+", "+d8+", "+d9+", "… in testMore()
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 442 stp d0, d1, [sp, #64] 456 ldp d0, d1, [sp, #64] 828 LOOP_OVER_SHORTY_LOADING_FPS d1, s1, x11, x9, x10, .Lxmm_setup_finished_\suffix 1066 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d1, s1, x9, w10, w11, .Lxmm_setup_finished_range_\suffix 1546 LOOP_OVER_SHORTY_STORING_FPS d1, s1, x9, x12, x10, .Lxmm_setup_finished
|
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 295 const uint32_t d1 = ++global_depth_; in VisitNode() local 296 map_.Put(instruction, NodeInfo(d1)); in VisitNode() 300 uint32_t low = d1; in VisitNode() 306 if (low < d1) { in VisitNode()
|
D | code_generator_arm64.h | 71 vixl::aarch64::d1, 170 vixl::aarch64::d1,
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 81 " 102: 71 d1 bne #226\n"
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 107 double d1 = 1.0; in b17411468() local 108 double d2 = Math.round(d1); in b17411468() 109 if (d1 == d2) { in b17411468() 112 System.out.println("b17411468 fails: Math.round(" + d1 + ") returned " + d2); in b17411468() 5341 double d1 = 1; in largeFrameFloat() local 7339 d1 = d0; in largeFrameFloat() 7341 d2 = d1; in largeFrameFloat()
|
/art/test/dexdump/ |
D | checkers.txt | 268 00174a: 1251 |00d1: const/4 v1, #int 5 // #5 777 001b9e: 6e10 1100 0000 |00d1: invoke-virtual {v0}, Landroid/content/Context… 1282 002238: 1a00 d100 |0078: const-string v0, "free" // string@00d1 1328 0022ea: 59a0 0d00 |00d1: iput v0, v10, Lcom/google/android/checkers/Ch… 1683 00279a: 0160 |01d1: move v0, v6 2117 002cda: 5481 2200 |00d1: iget-object v1, v8, Lcom/google/android/check… 2429 0030b8: 1a00 d100 |0058: const-string v0, "free" // string@00d1 2975 003766: 9102 0219 |01d1: sub-int v2, v2, v25 3126 003966: 5407 1b00 |02d1: iget-object v7, v0, Lcom/google/android/check… 3273 003b66: 8203 |03d1: int-to-float v3, v0 [all …]
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 673 EXPECT_TRUE(vixl::aarch64::d1.Is(Arm64Assembler::reg_d(D1))); in TEST()
|