Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc184 size_t other_loc = FieldAccessHeapLocation(other->InputAt(0), other_field); in FieldAccessMayAlias() local
186 if (node_loc == other_loc) { in FieldAccessMayAlias()
190 if (!heap_location_collector_->MayAlias(node_loc, other_loc)) { in FieldAccessMayAlias()