Searched refs:kInlineThreshold (Results 1 – 1 of 1) sorted by relevance
543 static constexpr int kInlineThreshold = kStackParts * kDigitBits * 100 / 517; in Parse() local544 inline_everything_ = (end - start) <= kInlineThreshold; in Parse()