Searched refs:IsForBootImage (Results 1 – 4 of 4) sorted by relevance
43 if (options.IsBootImageMerge() && !info.IsForBootImage()) { in ProcessProfilesInternal()
1216 IsForBootImage())); in GetOrAddDexFileData()1825 *error = IsForBootImage() ? "Expected boot profile, got app profile." in LoadInternal()2600 bool ProfileCompilationInfo::IsForBootImage() const { in IsForBootImage() function in art::ProfileCompilationInfo3007 return IsForBootImage() ? kSizeWarningThresholdBootBytes : kSizeWarningThresholdBytes; in GetSizeWarningThresholdBytes()3011 return IsForBootImage() ? kSizeErrorThresholdBootBytes : kSizeErrorThresholdBytes; in GetSizeErrorThresholdBytes()
1314 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()
672 bool IsForBootImage() const;