Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h46 profile_boot_class_path_(false), in ProfileSaverOptions()
74 profile_boot_class_path_(profile_boot_class_path), in enabled_()
113 return profile_boot_class_path_; in GetProfileBootClassPath()
135 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
151 bool profile_boot_class_path_; member
Dprofile_saver.cc337 profile_boot_class_path_(options.GetProfileBootClassPath()), in GetClassesAndMethodsHelper()
418 const bool profile_boot_class_path_; member in art::ProfileSaver::GetClassesAndMethodsHelper
496 DCHECK(profile_boot_class_path_); in CollectInternal()
539 if (profile_boot_class_path_) { in CollectClasses()
682 if (profile_boot_class_path_) { in UpdateProfile()
/art/cmdline/
Dcmdline_types.h799 existing.profile_boot_class_path_ = true;