Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc641 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter() local
642 method->SetCounter(std::min(jit_warmup_threshold - 1, 1)); in ClearMethodCounter()