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