Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc33 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()
81 top_k_profile_threshold_(top_k_profile_threshold), in CompilerOptions()
Dcompiler_options.h157 return top_k_profile_threshold_; in GetTopKProfileThreshold()
225 const double top_k_profile_threshold_; variable