Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver_options.h42 inline_cache_threshold_(kInlineCacheThreshold), in ProfileSaverOptions()
67 inline_cache_threshold_(inline_cache_threshold), in enabled_()
99 return inline_cache_threshold_; in GetInlineCacheThreshold()
125 << ", inline_cache_threshold_" << pso.inline_cache_threshold_
139 uint16_t inline_cache_threshold_; member
/aosp_15_r20/art/cmdline/
H A Dcmdline_types.h863 existing, &ProfileSaverOptions::inline_cache_threshold_, type_parser.Parse(suffix));