Searched refs:AddMethods (Results 1 – 5 of 5) sorted by relevance
244 bool AddMethods(const std::vector<ProfileMethodInfo>& methods, MethodHotness::Flag flags);
112 if (!info.AddMethods(profile_methods, flags) || !info.AddClasses(resolved_classes)) { in SaveProfilingInfo()176 if (!info.AddMethods(profile_methods, flags) in SaveProfilingInfoWithFakeInlineCaches()
529 if (!info.AddMethods(profile_methods, in ProcessProfilingInfo()
169 bool ProfileCompilationInfo::AddMethods(const std::vector<ProfileMethodInfo>& methods, in AddMethods() function in art::ProfileCompilationInfo
945 profile->AddMethods(methods, static_cast<ProfileCompilationInfo::MethodHotness::Flag>(flags)); in ProcessLine()