Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h76 uint16_t GetWarmupThreshold() const { in GetWarmupThreshold() function
285 return options_->GetWarmupThreshold(); in WarmMethodThreshold()
Djit_code_cache.cc641 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter()