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.cc34 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()
89 top_k_profile_threshold_(top_k_profile_threshold), in CompilerOptions()
180 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold_, Usage); in ParseCompilerOption()
Dcompiler_options.h163 return top_k_profile_threshold_; in GetTopKProfileThreshold()
275 double top_k_profile_threshold_; variable