Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc566 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool, bool for_boot_image) in ProfileCompilationInfo()
585 ProfileCompilationInfo::ProfileCompilationInfo(bool for_boot_image) in ProfileCompilationInfo()
2625 void ProfileCompilationInfo::ClearDataAndAdjustVersion(bool for_boot_image) { in ClearDataAndAdjustVersion()
/aosp_15_r20/art/profman/
H A Dprofman.cc692 bool for_boot_image) { in LoadProfile()
1711 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile() local
H A Dprofile_assistant_test.cc213 bool for_boot_image = false) { in CreateProfile()
/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.cc582 bool for_boot_image) { in GenerateProfile()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp544 bool for_boot_image) { in SetupArgs()
613 bool for_boot_image = false) { in SetupMerge()
/aosp_15_r20/art/test/common/
H A Druntime_state.cc535 bool for_boot_image = Java_Main_isForBootImage(env, c, filename) == JNI_TRUE; in GetMethodHotnessFromProfile() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2366 bool for_boot_image = IsBootImage() || IsBootImageExtension(); in LoadProfile() local