HomeSort by relevance Sort by last modified time
    Searched full:jit_warmup_threshold (Results 1 - 1 of 1) sorted by null

  /art/runtime/jit/
jit_code_cache.cc 721 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); local
722 method->SetCounter(std::min(jit_warmup_threshold - 1, 1));
    [all...]

Completed in 96 milliseconds