Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc84 size_t node_heap_loc = ArrayAccessHeapLocation(node); 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()