Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h198 uint16_t OSRMethodThreshold() const { in OSRMethodThreshold() function
Djit.cc861 DCHECK_GT(OSRMethodThreshold(), HotMethodThreshold()); in MaybeCompileMethod()
902 if (old_count < OSRMethodThreshold() && new_count >= OSRMethodThreshold()) { in MaybeCompileMethod()
/art/runtime/interpreter/mterp/
Dmterp.cc894 int32_t osr_threshold = jit->OSRMethodThreshold(); in MterpSetUpHotnessCountdown()