Lines Matching defs:StackIds
449 std::vector<uint64_t> StackIds;
452 // index to the index of the corresponding stack id in the above StackIds
483 // that it will point to the new StackIds vector entry we push to just
486 StackIdIndicesToIndex.insert({StackIdIndex, StackIds.size()});
488 StackIds.push_back(Index.getStackIdAtIndex(StackIdIndex));
4242 // full stack id hash to a linear offset into the StackIds array.
4726 if (!StackIds.empty()) {
4736 Vals.reserve(StackIds.size() * 2);
4737 for (auto Id : StackIds) {
4865 // Get the corresponding index into the list of StackIds actually
4957 // Get the corresponding index into the list of StackIds actually