Home
last modified time | relevance | path

Searched refs:GetCompileThreshold (Results 1 – 3 of 3) 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()
Djit_code_cache.cc1610 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods()