Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h76 uint16_t GetCompileThreshold() const { in GetCompileThreshold() function
289 return options_->GetCompileThreshold(); in HotMethodThreshold()
Djit.cc252 << ", compile_threshold=" << options->GetCompileThreshold() in Create()
Djit_code_cache.cc1492 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods()