HomeSort by relevance Sort by last modified time
    Searched refs:profile_boot_class_path_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/jit/
profile_saver_options.h 44 profile_boot_class_path_(false),
70 profile_boot_class_path_(profile_boot_class_path),
110 return profile_boot_class_path_;
134 << ", profile_boot_class_path_" << pso.profile_boot_class_path_
151 bool profile_boot_class_path_; member in struct:art::ProfileSaverOptions
profile_saver.cc 287 : profile_boot_class_path_(profile_boot_class_path),
296 (!profile_boot_class_path_ && klass->GetClassLoader() == nullptr)) {
304 const bool profile_boot_class_path_; member in class:art::GetClassesVisitor
    [all...]
  /art/cmdline/
cmdline_types.h 657 existing.profile_boot_class_path_ = true;

Completed in 80 milliseconds