Searched refs:IsForBootImage (Results 1 – 7 of 7) sorted by relevance
2 IsForBootImage: true
74 return info.IsForBootImage(); in Java_Main_isForBootImage()
47 if (options.IsBootImageMerge() && !info.IsForBootImage()) { in ProcessProfilesInternal()
633 IsForBootImage()); in GetOrAddDexFileData()731 if (IsForBootImage()) { in AddMethod()1387 DexFileData::ComputeBitmapStorage(IsForBootImage(), in LoadInternal()2221 bool ProfileCompilationInfo::IsForBootImage() const { in IsForBootImage() function in art::ProfileCompilationInfo2234 return IsForBootImage() ? kSizeWarningThresholdBootBytes : kSizeWarningThresholdBytes; in GetSizeWarningThresholdBytes()2238 return IsForBootImage() ? kSizeErrorThresholdBootBytes : kSizeErrorThresholdBytes; in GetSizeErrorThresholdBytes()2257 if (IsForBootImage()) { in WriteProfileIndex()2266 if (IsForBootImage()) { in ReadProfileIndex()2277 return IsForBootImage() in MaxProfileIndex()2283 return IsForBootImage() in SizeOfProfileIndexType()
1220 ASSERT_FALSE(info.IsForBootImage()); in TEST_F()1229 ASSERT_TRUE(info1.IsForBootImage()); in TEST_F()1698 ASSERT_TRUE(info.IsForBootImage()); in TEST_F()1708 ASSERT_FALSE(info.IsForBootImage()); in TEST_F()
570 bool IsForBootImage() const;
561 if (options_.GetProfileBootClassPath() != info.IsForBootImage()) { in ProcessProfilingInfo()