Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h153 return top_k_profile_threshold_; in GetTopKProfileThreshold()
430 double top_k_profile_threshold_; variable
Dcompiler_options.cc68 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h72 map.AssignIfExists(Base::TopKProfileThreshold, &options->top_k_profile_threshold_);