Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc151 size_t SchedulingGraph::FieldAccessHeapLocation(HInstruction* obj, const FieldInfo* field) const { in FieldAccessHeapLocation() function in art::SchedulingGraph
183 size_t node_loc = FieldAccessHeapLocation(node->InputAt(0), node_field); in FieldAccessMayAlias()
184 size_t other_loc = FieldAccessHeapLocation(other->InputAt(0), other_field); in FieldAccessMayAlias()
Dscheduler.h319 size_t FieldAccessHeapLocation(HInstruction* obj, const FieldInfo* field) const;