Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc73 size_t SchedulingGraph::ArrayAccessHeapLocation(HInstruction* array, HInstruction* index) const { in ArrayAccessHeapLocation() function in art::SchedulingGraph
84 size_t node_heap_loc = ArrayAccessHeapLocation(node->InputAt(0), node->InputAt(1)); in ArrayAccessMayAlias()
85 size_t other_heap_loc = ArrayAccessHeapLocation(other->InputAt(0), other->InputAt(1)); in ArrayAccessMayAlias()
Dscheduler.h318 size_t ArrayAccessHeapLocation(HInstruction* array, HInstruction* index) const;