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.h75 double top_k_profile_threshold, in CompilerOptions() argument
92 top_k_profile_threshold_(top_k_profile_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc855 double top_k_profile_threshold = CompilerOptions::kDefaultTopKProfileThreshold; in dex2oat() local
1034 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold); in dex2oat()
1202 top_k_profile_threshold, in dex2oat()