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

  /external/v8/src/compiler/
instruction-scheduler.h 128 ScheduleGraphNode* PopBestCandidate(int cycle);
138 ScheduleGraphNode* PopBestCandidate(int cycle);
instruction-scheduler.cc 29 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) {
51 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) {
224 ScheduleGraphNode* candidate = ready_list.PopBestCandidate(cycle);

Completed in 100 milliseconds