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.h48 profile_boot_class_path_(false), in ProfileSaverOptions()
76 profile_boot_class_path_(profile_boot_class_path), in enabled_()
119 return profile_boot_class_path_; in GetProfileBootClassPath()
141 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
159 bool profile_boot_class_path_; member
Dprofile_saver.cc338 profile_boot_class_path_(options.GetProfileBootClassPath()), in GetClassesAndMethodsHelper()
453 const bool profile_boot_class_path_; member in art::ProfileSaver::GetClassesAndMethodsHelper
532 DCHECK(profile_boot_class_path_); in CollectInternal()
577 if (profile_boot_class_path_) { in CollectClasses()
719 if (profile_boot_class_path_) { in UpdateProfile()
/art/cmdline/
Dcmdline_types.h745 existing.profile_boot_class_path_ = true;