Searched refs:jit_warmup_threshold (Results 1 – 1 of 1) sorted by relevance
948 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter() local949 method->SetCounter(std::min(jit_warmup_threshold - 1, 1)); in ClearMethodCounter()