Home
last modified time | relevance | path

Searched refs:CanArrayElementsAlias (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc91 bool HeapLocationCollector::CanArrayElementsAlias(const HInstruction* idx1, in CanArrayElementsAlias() function in art::HeapLocationCollector
Dload_store_analysis.h383 bool CanArrayElementsAlias(const HInstruction* idx1,
427 if (!CanArrayElementsAlias(idx1, vector_length1, idx2, vector_length2)) { in ComputeMayAlias()