Searched refs:ref_profile (Results 1 – 2 of 2) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 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() [all …]
|
/art/runtime/jit/ |
D | profile_saver.cc | 269 const std::string& ref_profile = it.second; in IsFirstSave() local 272 if (!IsProfileEmpty(cur_profile) || !IsProfileEmpty(ref_profile)) { in IsFirstSave()
|