Lines Matching refs:SchedulingGraph
36 void SchedulingGraph::AddDependency(SchedulingNode* node, in AddDependency()
73 size_t SchedulingGraph::ArrayAccessHeapLocation(HInstruction* array, HInstruction* index) const { in ArrayAccessHeapLocation()
81 bool SchedulingGraph::ArrayAccessMayAlias(const HInstruction* node, in ArrayAccessMayAlias()
151 size_t SchedulingGraph::FieldAccessHeapLocation(HInstruction* obj, const FieldInfo* field) const { in FieldAccessHeapLocation()
163 bool SchedulingGraph::FieldAccessMayAlias(const HInstruction* node, in FieldAccessMayAlias()
197 bool SchedulingGraph::HasMemoryDependency(const HInstruction* node, in HasMemoryDependency()
248 bool SchedulingGraph::HasExceptionDependency(const HInstruction* node, in HasExceptionDependency()
267 bool SchedulingGraph::HasSideEffectDependency(const HInstruction* node, in HasSideEffectDependency()
283 void SchedulingGraph::AddDependencies(HInstruction* instruction, bool is_scheduling_barrier) { in AddDependencies()
362 bool SchedulingGraph::HasImmediateDataDependency(const SchedulingNode* node, in HasImmediateDataDependency()
367 bool SchedulingGraph::HasImmediateDataDependency(const HInstruction* instruction, in HasImmediateDataDependency()
381 bool SchedulingGraph::HasImmediateOtherDependency(const SchedulingNode* node, in HasImmediateOtherDependency()
386 bool SchedulingGraph::HasImmediateOtherDependency(const HInstruction* instruction, in HasImmediateOtherDependency()
441 void SchedulingGraph::DumpAsDotGraph(const std::string& description, in DumpAsDotGraph()
466 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) const { in SelectMaterializedCondition()
506 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) { in PopHighestPriorityNode()