Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc1620 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods() local
1634 if (method->GetCounter() < jit_compile_threshold) { in GetProfiledMethods()