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) {}
66 profile_boot_class_path_(profile_boot_class_path) {}
104 return profile_boot_class_path_;
116 << ", profile_boot_class_path_" << pso.profile_boot_class_path_;
131 bool profile_boot_class_path_; member in struct:art::ProfileSaverOptions
profile_saver.cc 255 : profile_boot_class_path_(profile_boot_class_path),
264 (!profile_boot_class_path_ && klass->GetClassLoader() == nullptr)) {
272 const bool profile_boot_class_path_; member in class:art::GetClassesVisitor
    [all...]
  /art/cmdline/
cmdline_types.h 716 existing.profile_boot_class_path_ = true;

Completed in 59 milliseconds