Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc72 static constexpr uint32_t kJitStressDefaultCompileThreshold = 2 * kJitSamplesBatchSize; variable
79 static constexpr uint32_t kJitStressDefaultWarmUpThreshold = kJitStressDefaultCompileThreshold / 2;
112 : kJitStressDefaultCompileThreshold) in CreateFromRuntimeArguments()