Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h44 static constexpr double kDefaultTopKProfileThreshold = 90.0; variable
57 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc855 double top_k_profile_threshold = CompilerOptions::kDefaultTopKProfileThreshold; in dex2oat()