Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 25 of 25) 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
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/
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/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()
124 d1 += 1.5; in $noinline$DoubleFill()
/art/runtime/arch/arm64/
Djni_entrypoints_arm64.S37 stp d0, d1, [sp, #-16]!
60 ldp d0, d1, [sp], #16
Dquick_entrypoints_arm64.S194 stp d0, d1, [sp, #16]
253 ldp d0, d1, [sp, #16]
292 stp d0, d1, [sp, #16]
351 ldp d0, d1, [sp, #16]
843 LOADREG x15 8 d1 .LfillRegisters
968 LOADREG x15 8 d1 .LfillRegisters2
1096 ldp d0, d1, [x1, #0]
2050 stp d0, d1, [sp, #64]
2061 ldp d0, d1, [sp, #64]
2194 ldp d0, d1, [sp, #64]
[all …]
/art/profman/
Dprofile_assistant_test.cc1174 const DexFile& d1 = *dex_files[0]; in TEST_F() local
1179 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1, in TEST_F()
1189 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1, in TEST_F()
1225 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
1226 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation()) in TEST_F()
1227 && checksum == d1.GetLocationChecksum()) in TEST_F()
1253 const DexFile& d1 = *dex_files[0]; in TEST_F() local
1257 uint16_t num_methods_to_add = std::min(d1.NumMethodIds(), d2.NumMethodIds()); in TEST_F()
1259 d1.GetLocationChecksum(), in TEST_F()
1268 /*number_of_methods1=*/ d1.NumMethodIds(), in TEST_F()
[all …]
/art/test/703-floating-point-div/src/
DMain.java35 double d1 = 0x1.0p1023; in divDoubleTest() local
46 expectEquals(Double.doubleToRawLongBits(dPi/d1), 0x1921fb54442d18L); in divDoubleTest()
/art/test/658-fp-read-barrier/src/
DMain.java55 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/runtime/interpreter/mterp/arm64/
Dfloating_point.S267 GET_VREG_DOUBLE d1, w2 // d1<- vCC
281 GET_VREG_DOUBLE d1, w1 // d1<- vB
/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.txt104 d1=248.0
/art/test/439-npe/src/
DMain.java692 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/
Db_22881413.smali17 .field private static unres1:La/b/c/d1;
204 sget-object v0, LB22881413;->unres1:La/b/c/d1;
/art/tools/dmtracedump/
Dtracedump.cc2331 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/
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/compiler/optimizing/
Dinduction_var_analysis.cc295 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()
Dcode_generator_arm64.h68 vixl::aarch64::d1,
167 vixl::aarch64::d1,
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc2661 unsigned d0, d1, d2, d3; in TEST_F() local
2675 for (d1 = 0; d1 < sizeof imms / sizeof imms[0]; d1++) { in TEST_F()
2676 u.v16[1] = imms[d1]; in TEST_F()
/art/test/083-compiler-regressions/src/
DMain.java107 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/
Dcheckers.txt268 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 …]
Dinvoke-custom.txt198 00262c: 1a02 d500 |000c: const-string v2, "assertEquals d1: " // strin…
214 0x0000 - 0x0024 reg=3 d1 D
881 …irtual {v0}, Ljava/lang/invoke/CallSite;.getTarget:()Ljava/lang/invoke/MethodHandle; // method@00d1
902 …irtual {v0}, Ljava/lang/invoke/CallSite;.getTarget:()Ljava/lang/invoke/MethodHandle; // method@00d1
1859 002186: 6201 1300 |00d1: sget-object v1, Ljava/lang/System;.out:Ljava/…
1975 002386: 6e20 b000 2100 |01d1: invoke-virtual {v1, v2}, Ljava/io/PrintStream…
2165 …: 1a01 d101 |0002: const-string v1, "wideningArguments" // string@01d1
3498 0032ae: 0a0b |00d1: move-result v11
Dbytecodes.txt1384 0x00d8 - 0x013e reg=6 d1 D
/art/compiler/utils/arm64/
Dmanaged_register_arm64_test.cc673 EXPECT_TRUE(vixl::aarch64::d1.Is(Arm64Assembler::reg_d(D1))); in TEST()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2165 vmov r2, r3, d1
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali124 …d10,d23->d11,16(sp)->24(sp),20(sp)->28(sp),d10->d14,d11->d12,d12->d13,d13->d1,d14->d2,32(sp)->16(s…