Searched refs:ContextSizes (Results 1 – 2 of 2) sorted by relevance
551 std::vector<ContextTotalSize> ContextSizes; in computeFunctionSummary() local561 ContextSizes.push_back({FullStackId, TS}); in computeFunctionSummary()566 ContextSizeInfos.push_back(std::move(ContextSizes)); in computeFunctionSummary()
8153 std::vector<ContextTotalSize> ContextSizes; in parseEntireSummary() local8154 ContextSizes.reserve(NumContextSizeInfoEntries); in parseEntireSummary()8167 ContextSizes.push_back( in parseEntireSummary()8170 AllContextSizes.push_back(std::move(ContextSizes)); in parseEntireSummary()