Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h60 uint16_t GetCompileThreshold() const { in GetCompileThreshold() function
203 return options_->GetCompileThreshold(); in HotMethodThreshold()
Djit.cc207 << ", compile_threshold=" << options->GetCompileThreshold() in Create()