![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
CriticalPathFirstQueue (InstructionScheduler *scheduler) | |
ScheduleGraphNode * | PopBestCandidate (int cycle) |
![]() | |
SchedulingQueueBase (InstructionScheduler *scheduler) | |
void | AddNode (ScheduleGraphNode *node) |
bool | IsEmpty () const |
Additional Inherited Members | |
![]() | |
InstructionScheduler * | scheduler_ |
ZoneLinkedList< ScheduleGraphNode * > | nodes_ |
Definition at line 124 of file instruction-scheduler.h.
|
inlineexplicit |
Definition at line 126 of file instruction-scheduler.h.
InstructionScheduler::ScheduleGraphNode * v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate | ( | int | cycle | ) |
Definition at line 30 of file instruction-scheduler.cc.