Home
last modified time | relevance | path

Searched defs:BootImageOptions (Results 1 – 1 of 1) sorted by relevance

/art/profman/
Dboot_image_profile.h32 struct BootImageOptions { struct
42 uint32_t image_class_threshold = 10;
47 uint32_t image_class_clean_threshold = 5;
52 uint32_t method_threshold = 10;
55 bool upgrade_startup_to_hot = true;
79 const BootImageOptions& options, argument