HomeSort by relevance Sort by last modified time
    Searched refs:FieldAccessHeapLocation (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
scheduler.cc 151 size_t SchedulingGraph::FieldAccessHeapLocation(HInstruction* obj, const FieldInfo* field) const {
183 size_t node_loc = FieldAccessHeapLocation(node->InputAt(0), node_field);
184 size_t other_loc = FieldAccessHeapLocation(other->InputAt(0), other_field);
scheduler.h 319 size_t FieldAccessHeapLocation(HInstruction* obj, const FieldInfo* field) const;

Completed in 731 milliseconds