Lines Matching refs:d1
1174 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()
1295 ASSERT_TRUE(result.GetMethod(d1.GetLocation(), d1.GetLocationChecksum(), i) != nullptr) << i; in TEST_F()
1298 ASSERT_TRUE(result.GetMethod("fake-location1", d1.GetLocationChecksum(), i) == nullptr); in TEST_F()
1313 const DexFile& d1 = *dex_files[0]; in TEST_F() local
1317 d1.GetLocation(), d1.GetLocationChecksum(), in TEST_F()
1322 d1.GetLocation(), d1.GetLocationChecksum(), in TEST_F()
1348 ASSERT_EQ(1, result.GetMethodAggregationCounter(MethodReference(&d1, i))); in TEST_F()
1352 ASSERT_EQ(1, result.GetClassAggregationCounter(TypeReference(&d1, dex::TypeIndex(i)))); in TEST_F()