Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h219 size_t GetWarmupThreshold() const { in GetWarmupThreshold() function
Djit.cc206 jit->warm_method_threshold_ = options->GetWarmupThreshold(); in Create()
Djit_code_cache.cc721 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter()