Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc85 size_t other_heap_loc = ArrayAccessHeapLocation(other->InputAt(0), other->InputAt(1)); in ArrayAccessMayAlias() local
88 if (node_heap_loc == other_heap_loc) { in ArrayAccessMayAlias()
93 if (heap_location_collector_->MayAlias(node_heap_loc, other_heap_loc)) { in ArrayAccessMayAlias()