Home
last modified time | relevance | path

Searched refs:boot_image_options_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/profman/
H A Dprofman.cc364 &boot_image_options_.method_threshold, in ParseArgs()
370 &boot_image_options_.image_class_threshold, in ParseArgs()
376 &boot_image_options_.image_class_clean_threshold, in ParseArgs()
382 &boot_image_options_.preloaded_class_threshold, in ParseArgs()
392 boot_image_options_.preloaded_classes_denylist.insert( in ParseArgs()
397 &boot_image_options_.upgrade_startup_to_hot); in ParseArgs()
406 boot_image_options_.special_packages_thresholds.Overwrite(values[0], threshold); in ParseArgs()
410 &boot_image_options_.append_package_use_list); in ParseArgs()
1786 boot_image_options_, in CreateBootImageProfile()
1935 BootImageOptions boot_image_options_; member in art::ProfMan