HomeSort by relevance Sort by last modified time
    Searched defs:profile_boot_class_path_ (Results 1 - 2 of 2) 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 269 : profile_boot_class_path_(profile_boot_class_path),
278 (!profile_boot_class_path_ && klass->GetClassLoader() == nullptr)) {
286 const bool profile_boot_class_path_; member in class:art::GetClassesVisitor
    [all...]

Completed in 71 milliseconds