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.cc60 double top_k_profile_threshold, in CompilerOptions() argument
81 top_k_profile_threshold_(top_k_profile_threshold), in CompilerOptions()
Dcompiler_options.h73 double top_k_profile_threshold,
/art/dex2oat/
Ddex2oat.cc574 double top_k_profile_threshold = CompilerOptions::kDefaultTopKProfileThreshold; in ParseArgs() local
789 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold); in ParseArgs()
1049 top_k_profile_threshold, in ParseArgs()