Searched refs:ResultCache (Results 1 – 1 of 1) sorted by relevance
409 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()410 if (I != ResultCache.end()) { in memoizedMatchesRecursively()447 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()448 ResultCache.clear(); in matchesChildOf()457 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()458 ResultCache.clear(); in matchesDescendantOf()469 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()470 ResultCache.clear(); in matchesAncestorOf()649 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesAncestorOfRecursively()650 if (I != ResultCache.end()) { in memoizedMatchesAncestorOfRecursively()[all …]