Searched refs:IsInlineCountsOverflow (Results 1 – 2 of 2) sorted by relevance
91 bool IsInlineCountsOverflow(size_t inlineCount) const in IsInlineCountsOverflow() function
144 if (IsSmallMethod(methodPcInfo.pcOffsets.size()) && !IsInlineCountsOverflow(inlineCallCounts)) { in TryInline()