Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h44 inline_cache_threshold_(kInlineCacheThreshold), in ProfileSaverOptions()
72 inline_cache_threshold_(inline_cache_threshold), in enabled_()
107 return inline_cache_threshold_; in GetInlineCacheThreshold()
134 << ", inline_cache_threshold_" << pso.inline_cache_threshold_
149 uint16_t inline_cache_threshold_; member
/art/cmdline/
Dcmdline_types.h865 existing, &ProfileSaverOptions::inline_cache_threshold_, type_parser.Parse(suffix));