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