Searched refs:kFunctionSizeLimit (Results 1 – 1 of 1) sorted by relevance
67 constexpr size_t kFunctionSizeLimit = 5000; variable1032 if (calls.size() > kFunctionSizeLimit) in WriteCppReplayFunctionWithParts()1045 if (partCount > 0 && ++callCount % kFunctionSizeLimit == 0) in WriteCppReplayFunctionWithParts()