Home
last modified time | relevance | path

Searched refs:IsForBootImage (Results 1 – 4 of 4) sorted by relevance

/art/profman/
Dprofile_assistant.cc43 if (options.IsBootImageMerge() && !info.IsForBootImage()) { in ProcessProfilesInternal()
/art/libprofile/profile/
Dprofile_compilation_info.cc1216 IsForBootImage())); in GetOrAddDexFileData()
1825 *error = IsForBootImage() ? "Expected boot profile, got app profile." in LoadInternal()
2600 bool ProfileCompilationInfo::IsForBootImage() const { in IsForBootImage() function in art::ProfileCompilationInfo
3007 return IsForBootImage() ? kSizeWarningThresholdBootBytes : kSizeWarningThresholdBytes; in GetSizeWarningThresholdBytes()
3011 return IsForBootImage() ? kSizeErrorThresholdBootBytes : kSizeErrorThresholdBytes; in GetSizeErrorThresholdBytes()
Dprofile_compilation_info_test.cc1314 ASSERT_FALSE(info.IsForBootImage()); in TEST_F()
1322 ASSERT_TRUE(info1.IsForBootImage()); in TEST_F()
1865 ASSERT_TRUE(info.IsForBootImage()); in TEST_F()
1875 ASSERT_FALSE(info.IsForBootImage()); in TEST_F()
Dprofile_compilation_info.h672 bool IsForBootImage() const;