Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc127 if (ref_info->IsSingleton() && !IsArrayElement()) { in HeapLocation()
144 bool IsArrayElement() const { in IsArrayElement() function in art::HeapLocation
337 if (loc1->IsArrayElement() && loc2->IsArrayElement()) { in ComputeMayAlias()