Home
last modified time | relevance | path

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

/aosp12/art/test/595-profile-saving/
H A Dprofile-saving.cc66 bool for_boot_image = Java_Main_isForBootImage(env, c, filename) == JNI_TRUE; in Java_Main_presentInProfile() local
/aosp12/art/runtime/
H A Dcommon_runtime_test.cc577 bool for_boot_image) { in GenerateProfile()
/aosp12/art/profman/
H A Dprofman.cc669 bool for_boot_image) { in LoadProfile()
1735 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile() local
H A Dprofile_assistant_test.cc211 bool for_boot_image = false) { in CreateProfile()
/aosp12/art/libprofile/profile/
H A 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()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp435 bool for_boot_image) { in SetupArgs()
504 bool for_boot_image = false) { in SetupMerge()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2370 bool for_boot_image = IsBootImage() || IsBootImageExtension(); in LoadProfile() local