Searched refs:stackHashValueToFramesHashMap_ (Results 1 – 2 of 2) sorted by relevance
166 std::unordered_map<uint64_t, std::vector<uint64_t>> stackHashValueToFramesHashMap_ = {}; variable
191 … stackHashValueToFramesHashMap_.emplace(std::make_pair(stackHashValue, std::move(framesHash))); in CompressStackAndFrames()1066 if (!stackHashValueToFramesHashMap_.count(itor->second)) { in ParseFramesWithOutCallStackCompressedMode()1069 auto &framesHash = stackHashValueToFramesHashMap_.at(itor->second); in ParseFramesWithOutCallStackCompressedMode()