Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc360 void HScheduler::Schedule(HGraph* graph) { in Schedule() function in art::HScheduler
363 Schedule(block); in Schedule()
368 void HScheduler::Schedule(HBasicBlock* block) { in Schedule() function in art::HScheduler
404 Schedule(selector_->PopHighestPriorityNode(&candidates_, scheduling_graph_)); in Schedule()
417 void HScheduler::Schedule(SchedulingNode* scheduling_node) { in Schedule() function in art::HScheduler
440 Schedule(scheduling_node->GetInstruction()); in Schedule()
452 void HScheduler::Schedule(HInstruction* instruction) { in Schedule() function in art::HScheduler
601 scheduler.Schedule(graph_); in Run()
Dscheduler.h423 void Schedule(HGraph* graph);
431 void Schedule(HBasicBlock* block);
432 void Schedule(SchedulingNode* scheduling_node);
433 void Schedule(HInstruction* instruction);