Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.h284 uint16_t OSRMethodThreshold() const { in OSRMethodThreshold() function
H A Djit.cc1521 DCHECK_GT(OSRMethodThreshold(), HotMethodThreshold()); in MaybeCompileMethod()
1535 if (old_count < OSRMethodThreshold() && new_count >= OSRMethodThreshold()) { in MaybeCompileMethod()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc850 int32_t osr_threshold = jit->OSRMethodThreshold(); in MterpSetUpHotnessCountdown()