Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 24 of 24) sorted by relevance

/art/test/705-register-conflict/src/
DMain.java28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0; in $opt$registerConflictTest() local
35 d2 = d1 + 1; in $opt$registerConflictTest()
36 d3 = d2 + 1; in $opt$registerConflictTest()
68 return d0 + d1 + d2 + d3 + d4 + d5 + d6 + d7 in $opt$registerConflictTest()
/art/test/952-invoke-custom/src/
DTestBase.java68 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/300-package-override/src/
DMain.java23 p2.DerivedClass d2 = new p2.DerivedClass2(); in main() local
24 d2.bar(); in main()
/art/test/534-checker-bce-deoptimization/src/
DMain.java120 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()
125 d2 += 2.25; in $noinline$DoubleFill()
/art/runtime/arch/arm64/
Djni_entrypoints_arm64.S35 stp d2, d3, [sp, #-16]!
62 ldp d2, d3, [sp], #16
Dquick_entrypoints_arm64.S195 stp d2, d3, [sp, #32]
254 ldp d2, d3, [sp, #32]
293 stp d2, d3, [sp, #32]
352 ldp d2, d3, [sp, #32]
844 LOADREG x15 8 d2 .LfillRegisters
969 LOADREG x15 8 d2 .LfillRegisters2
1097 ldp d2, d3, [x1, #16]
2051 stp d2, d3, [sp, #80]
2062 ldp d2, d3, [sp, #80]
2195 ldp d2, d3, [sp, #80]
[all …]
/art/test/703-floating-point-div/src/
DMain.java36 double d2 = -2.0; in divDoubleTest() local
47 expectEquals(Double.doubleToRawLongBits(dPi/d2), 0xbff921fb54442d18L); in divDoubleTest()
/art/profman/
Dprofile_assistant_test.cc1175 const DexFile& d2 = *dex_files[1]; in TEST_F() local
1182 SetupProfile(d2.GetLocation(), d2.GetLocationChecksum(), "p2", 2, in TEST_F()
1225 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
1228 || (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d2.GetLocation()) in TEST_F()
1229 && checksum == d2.GetLocationChecksum()); in TEST_F()
1254 const DexFile& d2 = *dex_files[1]; in TEST_F() local
1257 uint16_t num_methods_to_add = std::min(d1.NumMethodIds(), d2.NumMethodIds()); in TEST_F()
1261 d2.GetLocationChecksum(), in TEST_F()
1269 /*number_of_methods2=*/ d2.NumMethodIds()); in TEST_F()
1296 ASSERT_TRUE(result.GetMethod(d2.GetLocation(), d2.GetLocationChecksum(), i) != nullptr) << i; in TEST_F()
[all …]
/art/test/658-fp-read-barrier/src/
DMain.java56 double d2 = main.field2; in foo() local
92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 + in foo()
/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/439-npe/
Dexpected.txt105 d2=252.0
/art/tools/dmtracedump/
Dtracedump.cc2331 void createDiff(DataKeys* d1, DataKeys* d2) { in createDiff() argument
2333 MethodEntry** methods2 = parseMethodEntries(d2); in createDiff()
2341 qsort(methods2, d2->numMethods, sizeof(MethodEntry*), compareElapsedInclusive); in createDiff()
2342 for (int32_t i = 0; i < d2->numMethods; ++i) { in createDiff()
2346 int32_t max = (d1->numMethods < d2->numMethods) ? d2->numMethods : d1->numMethods; in createDiff()
2358 int32_t match = findMatch(methods2, d2->numMethods, methods1[i]); in createDiff()
2500 for (int32_t i = 0; i < d2->numMethods; ++i) { in createDiff()
2599 DataKeys* d2 = parseDataKeys(&data2, gOptions.diffFileName, &sum2); in main() local
2600 if (d2 == nullptr) { in main()
2605 createDiff(d2, dataKeys); in main()
[all …]
/art/test/439-npe/src/
DMain.java693 double d2 = 62.0; in $opt$noinline$testRegisterRetrieval() local
773 d1 += d2; in $opt$noinline$testRegisterRetrieval()
774 d2 += d3; in $opt$noinline$testRegisterRetrieval()
840 System.out.println("d2=" + d2); in $opt$noinline$testRegisterRetrieval()
/art/test/800-smali/smali/
Db_22881413.smali18 .field private static unres2:La/b/c/d2;
208 sget-object v0, LB22881413;->unres2:La/b/c/d2;
/art/test/700-LoadArgRegs/src/
DMain.java273 …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/test/dexdump/
Dinvoke-custom.txt62 …, v1}, Ljava/lang/invoke/ConstantCallSite;.<init>:(Ljava/lang/invoke/MethodHandle;)V // method@00d2
201 00263c: 1a02 0f00 |0014: const-string v2, ", d2: " // string@000f
215 0x0000 - 0x0024 reg=5 d2 D
266 0026d2: 7010 c100 0100 |0007: invoke-direct {v1}, Ljava/lang/StringBuilder;…
369 0027d2: 2200 1e00 |0003: new-instance v0, Ljava/lang/AssertionError; /…
700 …, v0}, Ljava/lang/invoke/ConstantCallSite;.<init>:(Ljava/lang/invoke/MethodHandle;)V // method@00d2
1124 …, v0}, Ljava/lang/invoke/ConstantCallSite;.<init>:(Ljava/lang/invoke/MethodHandle;)V // method@00d2
1177 …, v0}, Ljava/lang/invoke/ConstantCallSite;.<init>:(Ljava/lang/invoke/MethodHandle;)V // method@00d2
1224 …, v0}, Ljava/lang/invoke/ConstantCallSite;.<init>:(Ljava/lang/invoke/MethodHandle;)V // method@00d2
1877 0021d2: 7120 0a00 2100 |00f7: invoke-static {v1, v2}, LTestBadBootstrapArgu…
[all …]
Dcheckers.txt239 0016d2: 7251 3400 6066 |0095: invoke-interface {v0, v6, v6, v6, v1}, Landro…
269 00174c: 1a02 9b00 |00d2: const-string v2, "Website" // string@009b
337 00181a: 12d2 |0017: const/4 v2, #int -3 // #fd
358 00186c: 28d2 |0040: goto 0012 // -002e
1254 0021d2: 7230 1900 0b01 |0045: invoke-interface {v11, v0, v1}, Landroid/cont…
1403 0023d2: 12f2 |0001: const/4 v2, #int -1 // #ff
1491 0024d2: 2200 3000 |006d: new-instance v0, Ljava/lang/StringBuilder; //…
1556 0025d2: 1a00 3201 |00ed: const-string v0, "stopping...." // string@0132
1684 00279c: 2900 65fe |01d2: goto/16 0037 // -019b
1863 0029d2: 52a1 2800 |0051: iget v1, v10, Lcom/google/android/checkers/Ch…
[all …]
Dbytecodes.txt755 000e48: 3a00 1200 |00d2: if-ltz v0, 00e4 // +0012
1103 0011d2: 4901 0106 |0011: aget-char v1, v1, v6
1303 001430: 0516 0000 |00d2: move-wide/from16 v22, v0
1385 0x00e2 - 0x013e reg=8 d2 D
1686 0017d2: 9d18 181c |0099: mul-long v24, v24, v28
/art/compiler/optimizing/
Dcode_generator_arm64.h69 vixl::aarch64::d2,
168 vixl::aarch64::d2,
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali124d2->d5,d4->d6,d5->d7,d6->d18,d7->d19,d18->d20,d19->d21,d20->d22,d21->d23,d22->d10,d23->d11,16(sp)-…
140 ## CHECK: fmov d31, d2
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc2661 unsigned d0, d1, d2, d3; in TEST_F() local
2672 for (d2 = 0; d2 < sizeof imms / sizeof imms[0]; d2++) { in TEST_F()
2673 u.v16[2] = imms[d2]; in TEST_F()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc66 " d2: f10d 0c40 addne.w ip, sp, #64 ; 0x40\n",
/art/test/083-compiler-regressions/src/
DMain.java108 double d2 = Math.round(d1); in b17411468() local
109 if (d1 == d2) { in b17411468()
112 System.out.println("b17411468 fails: Math.round(" + d1 + ") returned " + d2); in b17411468()
5343 double d2 = 2; in largeFrameFloat() local
7341 d2 = d1; in largeFrameFloat()
7343 d3 = d2; in largeFrameFloat()
/art/compiler/utils/arm64/
Dmanaged_register_arm64_test.cc674 EXPECT_TRUE(vixl::aarch64::d2.Is(Arm64Assembler::reg_d(D2))); in TEST()