OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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