Searched refs:cached_bag_resid_stacks_ (Results 1 – 2 of 2) sorted by relevance
756 auto cached_iter = cached_bag_resid_stacks_.find(resid); in GetBagResIdStack()757 if (cached_iter != cached_bag_resid_stacks_.end()) { in GetBagResIdStack()763 cached_bag_resid_stacks_[resid] = found_resids; in GetBagResIdStack()773 auto cached_iter = cached_bag_resid_stacks_.find(resid); in GetBag()774 if (cached_iter == cached_bag_resid_stacks_.end()) { in GetBag()775 cached_bag_resid_stacks_[resid] = found_resids; in GetBag()1063 cached_bag_resid_stacks_.clear(); in InvalidateCaches()
369 std::unordered_map<uint32_t, std::vector<uint32_t>> cached_bag_resid_stacks_; variable