Home
last modified time | relevance | path

Searched refs:profile_boot_class_path_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver_options.h44 profile_boot_class_path_(false), in ProfileSaverOptions()
69 profile_boot_class_path_(profile_boot_class_path), in enabled_()
105 return profile_boot_class_path_; in GetProfileBootClassPath()
126 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
141 bool profile_boot_class_path_; member
H A Dprofile_saver.cc328 profile_boot_class_path_(options.GetProfileBootClassPath()), in GetClassesAndMethodsHelper()
409 const bool profile_boot_class_path_; member in art::ProfileSaver::GetClassesAndMethodsHelper
487 DCHECK(profile_boot_class_path_); in CollectInternal()
530 if (profile_boot_class_path_) { in CollectClasses()
673 if (profile_boot_class_path_) { in UpdateProfile()
/aosp_15_r20/art/cmdline/
H A Dcmdline_types.h799 existing.profile_boot_class_path_ = true;