Searched refs:cached_bag_resid_stacks_ (Results 1 – 2 of 2) sorted by relevance
963 auto cached_iter = cached_bag_resid_stacks_.find(resid); in GetBagResIdStack()964 if (cached_iter != cached_bag_resid_stacks_.end()) { in GetBagResIdStack()970 cached_bag_resid_stacks_[resid] = found_resids; in GetBagResIdStack()980 auto cached_iter = cached_bag_resid_stacks_.find(resid); in GetBag()981 if (cached_iter == cached_bag_resid_stacks_.end()) { in GetBag()982 cached_bag_resid_stacks_[resid] = found_resids; in GetBag()1294 cached_bag_resid_stacks_.clear(); in InvalidateCaches()
401 std::unordered_map<uint32_t, std::vector<uint32_t>> cached_bag_resid_stacks_; variable