Home
last modified time | relevance | path

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

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