Searched refs:CanArrayElementsAlias (Results 1 – 2 of 2) sorted by relevance
95 bool HeapLocationCollector::CanArrayElementsAlias(const HInstruction* idx1, in CanArrayElementsAlias() function in art::HeapLocationCollector
378 bool CanArrayElementsAlias(const HInstruction* idx1,422 if (!CanArrayElementsAlias(idx1, vector_length1, idx2, vector_length2)) { in ComputeMayAlias()