Searched refs:rootValue (Results 1 – 2 of 2) sorted by relevance
24 BufferAliasAnalysis::resolve(Value rootValue) const { in resolve()27 queue.push_back(rootValue); in resolve()
877 String rootValue = resolvedRoot.getStringValue(key); in checkForItems() local878 …if (v == null || v.equals(rootValue) && (exemplarTest == null || !exemplarTest.containsAll(rootVal… in checkForItems()