v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue Class Reference
Inheritance diagram for v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue:
Collaboration diagram for v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue:

Public Member Functions

 CriticalPathFirstQueue (InstructionScheduler *scheduler)
 
ScheduleGraphNodePopBestCandidate (int cycle)
 
- Public Member Functions inherited from v8::internal::compiler::InstructionScheduler::SchedulingQueueBase
 SchedulingQueueBase (InstructionScheduler *scheduler)
 
void AddNode (ScheduleGraphNode *node)
 
bool IsEmpty () const
 

Additional Inherited Members

- Protected Attributes inherited from v8::internal::compiler::InstructionScheduler::SchedulingQueueBase
InstructionSchedulerscheduler_
 
ZoneLinkedList< ScheduleGraphNode * > nodes_
 

Detailed Description

Definition at line 124 of file instruction-scheduler.h.

Constructor & Destructor Documentation

◆ CriticalPathFirstQueue()

v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue::CriticalPathFirstQueue ( InstructionScheduler * scheduler)
inlineexplicit

Definition at line 126 of file instruction-scheduler.h.

Member Function Documentation

◆ PopBestCandidate()

InstructionScheduler::ScheduleGraphNode * v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate ( int cycle)

Definition at line 30 of file instruction-scheduler.cc.


The documentation for this class was generated from the following files: