Searched refs:cur_profile (Results 1 – 2 of 2) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 2162 ScratchFile cur_profile; in TEST_F() local 2169 dex1, dex2, kNumberOfMethodsInCurProfile, /*number_of_classes=*/0, cur_profile, &cur_info); in TEST_F() 2172 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F() 2188 ScratchFile cur_profile; in TEST_F() local 2195 dex1, dex2, kNumberOfMethodsInCurProfile, /*number_of_classes=*/0, cur_profile, &cur_info); in TEST_F() 2198 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F() 2213 ScratchFile cur_profile; in TEST_F() local 2220 dex1, dex2, kNumberOfMethodsInCurProfile, /*number_of_classes=*/0, cur_profile, &cur_info); in TEST_F() 2223 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
|
/art/runtime/jit/ |
D | profile_saver.cc | 268 const std::string& cur_profile = it.first; in IsFirstSave() local 272 if (!IsProfileEmpty(cur_profile) || !IsProfileEmpty(ref_profile)) { in IsFirstSave()
|