Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 25 of 30) sorted by relevance

12

/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/test/178-app-image-native-method/src/
DMain.java444 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
463 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
482 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
536 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
593 double d1, double d2, int i1, int i2, int i3, int i4, int i5, int i6); in nativeDDIIIIII() argument
620 double d1, double d2, float f, int i1, long l, int i2, int i3, int i4); in nativeDDFILIII() argument
630 double d1, double d2, int i1, float f, int i2, int i3); in nativeDDIFII() argument
832 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
/art/test/178-app-image-native-method/
Dnative_methods.cc30 jint i1, jlong l1, jfloat f1, jdouble d1, in VerifyManyParameters() argument
39 (i1 == 11) && (l1 == 12) && (f1 == 13.0) && (d1 == 14.0) && in VerifyManyParameters()
59 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_Test_nativeMethodWithManyParameters() argument
68 i1, l1, f1, d1, in Java_Test_nativeMethodWithManyParameters()
89 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestFast_nativeMethodWithManyParameters() argument
98 i1, l1, f1, d1, in Java_TestFast_nativeMethodWithManyParameters()
118 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestCritical_nativeMethodWithManyParameters() argument
127 i1, l1, f1, d1, in Java_TestCritical_nativeMethodWithManyParameters()
193 jdouble d1, in Java_CriticalSignatures_nativeDDIIIIII() argument
201 if (d1 != 8.0) return -1; in Java_CriticalSignatures_nativeDDIIIIII()
[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/arch/arm64/
Djni_entrypoints_arm64.S28 stp d0, d1, [sp, #64]
38 ldp d0, d1, [sp, #64]
186 stp d0, d1, [x13, #16]
262 ldp d0, d1, [x29, #16]
Dasm_support_arm64.S264 stp d0, d1, [\base, #16]
292 ldp d0, d1, [\base, #16]
Dquick_entrypoints_arm64.S97 stp d0, d1, [sp, #16]
155 ldp d0, d1, [sp, #16]
606 LOADREG x15 8 d1 .LfillRegisters
731 LOADREG x15 8 d1 .LfillRegisters2
838 ldp d0, d1, [x1, #0]
1808 ldp d0, d1, [sp, #64]
2158 stp d0, d1, [sp, #160]
2192 ldp d0, d1, [sp, #160]
2334 stp d0, d1, [sp, #144]
2363 ldp d0, d1, [sp, #144]
/art/profman/
Dprofile_assistant_test.cc1759 const DexFile& d1 = *dex_files[0]; in TEST_F() local
1764 SetupProfile(&d1, dex1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
1772 SetupProfile(&d1, dex1, in TEST_F()
1802 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
1803 return (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d1.GetLocation()) in TEST_F()
1804 && checksum == d1.GetLocationChecksum()) in TEST_F()
1830 const DexFile& d1 = *dex_files[0]; in TEST_F() local
1834 uint16_t num_methods_to_add = std::min(d1.NumMethodIds(), d2.NumMethodIds()); in TEST_F()
1837 "fake-location1", d1.GetLocationChecksum(), "LC;", d1.NumMethodIds(), d1.NumTypeIds()); in TEST_F()
1869 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d1, i)).IsHot()) << i; in TEST_F()
[all …]
/art/runtime/interpreter/mterp/arm64ng/
Dfloating_point.S267 GET_VREG_DOUBLE d1, w2 // d1<- vCC
281 GET_VREG_DOUBLE d1, w1 // d1<- vB
Dmain.S481 stp d0, d1, [sp, #64]
491 ldp d0, d1, [sp, #64]
997 LOOP_OVER_SHORTY_LOADING_FPS d1, s1, x11, x9, x10, .Lxmm_setup_finished_\suffix
1341 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d1, s1, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1669 LOOP_OVER_SHORTY_STORING_FPS d1, s1, x9, x12, x10, .Lxmm_setup_finished
/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-stdout.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/
Dcode_generator_arm64.h69 vixl::aarch64::d1,
171 vixl::aarch64::d1,
/art/runtime/interpreter/mterp/armng/
Dmain.S1092 LOOP_OVER_SHORTY_LOADING_FPS d1, s1, r2, r3, r4, .Lxmm_setup_finished_\suffix, .Ld2_s1_\suffix
1094 LOOP_OVER_SHORTY_LOADING_FPS d1, s2, r2, r3, r4, .Lxmm_setup_finished_\suffix, .Ls4_\suffix
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc81 " 102: 71 d1 bne 0x1e8 @ imm = #226\n"
/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.txt273 00174a: 1251 |00d1: const/4 v1, #int 5 // #5
788 001b9e: 6e10 1100 0000 |00d1: invoke-virtual {v0}, Landroid/content/Context…
1294 002238: 1a00 d100 |0078: const-string v0, "free" // string@00d1
1340 0022ea: 59a0 0d00 |00d1: iput v0, v10, Lcom/google/android/checkers/Ch…
1697 00279a: 0160 |01d1: move v0, v6
2133 002cda: 5481 2200 |00d1: iget-object v1, v8, Lcom/google/android/check…
2451 0030b8: 1a00 d100 |0058: const-string v0, "free" // string@00d1
3005 003766: 9102 0219 |01d1: sub-int v2, v2, v25
3156 003966: 5407 1b00 |02d1: iget-object v7, v0, Lcom/google/android/check…
3303 003b66: 8203 |03d1: int-to-float v3, v0
[all …]
Dall-dex-files.txt914 00174a: 1251 |00d1: const/4 v1, #int 5 // #5
1429 001b9e: 6e10 1100 0000 |00d1: invoke-virtual {v0}, Landroid/content/Context…
1935 002238: 1a00 d100 |0078: const-string v0, "free" // string@00d1
1981 0022ea: 59a0 0d00 |00d1: iput v0, v10, Lcom/google/android/checkers/Ch…
2338 00279a: 0160 |01d1: move v0, v6
2774 002cda: 5481 2200 |00d1: iget-object v1, v8, Lcom/google/android/check…
3092 0030b8: 1a00 d100 |0058: const-string v0, "free" // string@00d1
3646 003766: 9102 0219 |01d1: sub-int v2, v2, v25
3797 003966: 5407 1b00 |02d1: iget-object v7, v0, Lcom/google/android/check…
3944 003b66: 8203 |03d1: int-to-float v3, v0
[all …]

12