Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-scheduler.h100 class SchedulingQueueBase {
102 explicit SchedulingQueueBase(InstructionScheduler* scheduler) in SchedulingQueueBase() function
121 class CriticalPathFirstQueue : public SchedulingQueueBase {
124 : SchedulingQueueBase(scheduler) { } in CriticalPathFirstQueue()
133 class StressSchedulerQueue : public SchedulingQueueBase {
136 : SchedulingQueueBase(scheduler) { } in StressSchedulerQueue()
Dinstruction-scheduler.cc14 void InstructionScheduler::SchedulingQueueBase::AddNode( in AddNode()