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()
131 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
148 bool profile_boot_class_path_; member
Dprofile_saver.cc293 : profile_boot_class_path_(profile_boot_class_path), in GetClassesVisitor()
302 (!profile_boot_class_path_ && klass->GetClassLoader() == nullptr)) { in operator ()()
310 const bool profile_boot_class_path_; member in art::GetClassesVisitor
/art/cmdline/
Dcmdline_types.h728 existing.profile_boot_class_path_ = true;