Home
last modified time | relevance | path

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

/art/test/595-profile-saving/
Dexpected.txt2 IsForBootImage: true
Dprofile-saving.cc74 return info.IsForBootImage(); in Java_Main_isForBootImage()
/art/profman/
Dprofile_assistant.cc47 if (options.IsBootImageMerge() && !info.IsForBootImage()) { in ProcessProfilesInternal()
/art/libprofile/profile/
Dprofile_compilation_info.cc633 IsForBootImage()); in GetOrAddDexFileData()
731 if (IsForBootImage()) { in AddMethod()
1387 DexFileData::ComputeBitmapStorage(IsForBootImage(), in LoadInternal()
2221 bool ProfileCompilationInfo::IsForBootImage() const { in IsForBootImage() function in art::ProfileCompilationInfo
2234 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()
Dprofile_compilation_info_test.cc1220 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()
Dprofile_compilation_info.h570 bool IsForBootImage() const;
/art/runtime/jit/
Dprofile_saver.cc561 if (options_.GetProfileBootClassPath() != info.IsForBootImage()) { in ProcessProfilingInfo()