Lines Matching refs:d1
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()
1486 const DexFile& d1 = *dex_files[0]; in TEST_F() local
1493 AddMethod(&info, &d1, 0, Hotness::kFlagHot, psa1); in TEST_F()