Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h216 size_t GetCompileThreshold() const { in GetCompileThreshold() function
Djit.cc201 << ", compile_threshold=" << options->GetCompileThreshold() in Create()
205 jit->hot_method_threshold_ = options->GetCompileThreshold(); in Create()