Searched refs:ArrayAccessHeapLocation (Results 1 – 2 of 2) sorted by relevance
73 size_t SchedulingGraph::ArrayAccessHeapLocation(HInstruction* array, HInstruction* index) const { in ArrayAccessHeapLocation() function in art::SchedulingGraph84 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()
318 size_t ArrayAccessHeapLocation(HInstruction* array, HInstruction* index) const;