Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h155 double GetTopKProfileThreshold() const { in GetTopKProfileThreshold() function
Dcompiler_driver.cc2182 <= compiler_options_->GetTopKProfileThreshold(); in SkipCompilation()
2187 << " (topKThreshold=" << compiler_options_->GetTopKProfileThreshold() << ")"; in SkipCompilation()
2190 << " because it's not part of leading " << compiler_options_->GetTopKProfileThreshold() in SkipCompilation()