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