Home
last modified time | relevance | path

Searched defs:for_boot_image (Results 1 – 6 of 6) sorted by relevance

/art/test/595-profile-saving/
Dprofile-saving.cc66 bool for_boot_image = Java_Main_isForBootImage(env, c, filename) == JNI_TRUE; in Java_Main_presentInProfile() local
/art/runtime/
Dcommon_runtime_test.cc577 bool for_boot_image) { in GenerateProfile()
/art/profman/
Dprofman.cc669 bool for_boot_image) { in LoadProfile()
1735 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile() local
Dprofile_assistant_test.cc211 bool for_boot_image = false) { in CreateProfile()
/art/libprofile/profile/
Dprofile_compilation_info.cc548 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool, bool for_boot_image) in ProfileCompilationInfo()
567 ProfileCompilationInfo::ProfileCompilationInfo(bool for_boot_image) in ProfileCompilationInfo()
2450 void ProfileCompilationInfo::ClearDataAndAdjustVersion(bool for_boot_image) { in ClearDataAndAdjustVersion()
/art/dex2oat/
Ddex2oat.cc2370 bool for_boot_image = IsBootImage() || IsBootImageExtension(); in LoadProfile() local