Searched refs:descendant_of_cache_ (Results 1 – 2 of 2) sorted by relevance
247 const bool IsDescendantOfCache() const { return descendant_of_cache_; } in IsDescendantOfCache()256 void HasCacheAbove() { descendant_of_cache_ = true; } in HasCacheAbove()343 bool descendant_of_cache_; // an indicator of whether the current node is a descendant of cache. variable358 descendant_of_cache_ = false; in MappableSourceNode()389 descendant_of_cache_ = false; in NonMappableSourceNode()
233 descendant_of_cache_(false),