Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-scheduler.h128 ScheduleGraphNode* PopBestCandidate(int cycle);
138 ScheduleGraphNode* PopBestCandidate(int cycle);
Dinstruction-scheduler.cc28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate() function in v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue
50 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate() function in v8::internal::compiler::InstructionScheduler::StressSchedulerQueue
218 ScheduleGraphNode* candidate = ready_list.PopBestCandidate(cycle); in ScheduleBlock()