Searched refs:PopBestCandidate (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | instruction-scheduler.cc | 28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate() function in v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue 49 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate() function in v8::internal::compiler::InstructionScheduler::StressSchedulerQueue 228 ScheduleGraphNode* candidate = ready_list.PopBestCandidate(cycle); in Schedule() |
H A D | instruction-scheduler.h | 130 ScheduleGraphNode* PopBestCandidate(int cycle); 140 ScheduleGraphNode* PopBestCandidate(int cycle); |
Completed in 2 milliseconds