Searched defs:for_boot_image (Results 1 – 6 of 6) sorted by relevance
66 bool for_boot_image = Java_Main_isForBootImage(env, c, filename) == JNI_TRUE; in Java_Main_presentInProfile() local
600 bool for_boot_image) { in GenerateProfile()
675 bool for_boot_image) { in LoadProfile()1756 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile() local
213 bool for_boot_image = false) { in CreateProfile()
561 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool, bool for_boot_image) in ProfileCompilationInfo()580 ProfileCompilationInfo::ProfileCompilationInfo(bool for_boot_image) in ProfileCompilationInfo()2522 void ProfileCompilationInfo::ClearDataAndAdjustVersion(bool for_boot_image) { in ClearDataAndAdjustVersion()
2388 bool for_boot_image = IsBootImage() || IsBootImageExtension(); in LoadProfile() local