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.h44 profile_boot_class_path_(false), in ProfileSaverOptions()
70 profile_boot_class_path_(profile_boot_class_path), in enabled_()
110 return profile_boot_class_path_; in GetProfileBootClassPath()
134 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
151 bool profile_boot_class_path_; member
Dprofile_saver.cc287 : profile_boot_class_path_(profile_boot_class_path), in GetClassesVisitor()
296 (!profile_boot_class_path_ && klass->GetClassLoader() == nullptr)) { in operator ()()
304 const bool profile_boot_class_path_; member in art::GetClassesVisitor
/art/cmdline/
Dcmdline_types.h657 existing.profile_boot_class_path_ = true;