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