Lines Matching refs:ref_profile
2161 ScratchFile ref_profile; in TEST_F() local
2166 dex1, dex2, kNumberOfMethodsInRefProfile, /*number_of_classes=*/0, ref_profile, &ref_info); in TEST_F()
2172 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2178 ASSERT_TRUE(result.Load(ref_profile.GetFd())); in TEST_F()
2187 ScratchFile ref_profile; in TEST_F() local
2192 dex1, dex2, kNumberOfMethodsInRefProfile, /*number_of_classes=*/0, ref_profile, &ref_info); in TEST_F()
2198 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2204 ASSERT_TRUE(result.Load(ref_profile.GetFd())); in TEST_F()
2212 ScratchFile ref_profile; in TEST_F() local
2217 dex1, dex2, kNumberOfMethodsInRefProfile, /*number_of_classes=*/0, ref_profile, &ref_info); in TEST_F()
2223 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2229 ASSERT_TRUE(result.Load(ref_profile.GetFd())); in TEST_F()