Lines Matching refs:GetLocation
353 info.GetMethod(method->GetDexFile()->GetLocation(), in AssertInlineCaches()
730 info.GetMethod(method.GetDexFile()->GetLocation(), in TEST_F()
989 info.GetMethod(no_inline_cache->GetDexFile()->GetLocation(), in TEST_F()
1073 info.GetMethod(dex_file->GetLocation(), in TEST_F()
1179 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1, in TEST_F()
1182 SetupProfile(d2.GetLocation(), d2.GetLocationChecksum(), "p2", 2, in TEST_F()
1189 SetupProfile(d1.GetLocation(), d1.GetLocationChecksum(), "p1", 1, in TEST_F()
1226 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation()) in TEST_F()
1228 || (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d2.GetLocation()) in TEST_F()
1295 ASSERT_TRUE(result.GetMethod(d1.GetLocation(), d1.GetLocationChecksum(), i) != nullptr) << i; in TEST_F()
1296 ASSERT_TRUE(result.GetMethod(d2.GetLocation(), d2.GetLocationChecksum(), i) != nullptr) << i; in TEST_F()
1317 d1.GetLocation(), d1.GetLocationChecksum(), in TEST_F()
1318 d2.GetLocation(), d2.GetLocationChecksum(), in TEST_F()
1322 d1.GetLocation(), d1.GetLocationChecksum(), in TEST_F()
1323 d2.GetLocation(), d2.GetLocationChecksum(), in TEST_F()