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

Public Member Functions

 StressSchedulerQueue (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
 

Private Member Functions

base::RandomNumberGeneratorrandom_number_generator ()
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ StressSchedulerQueue()

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

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

Member Function Documentation

◆ PopBestCandidate()

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

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

Here is the call graph for this function:

◆ random_number_generator()

base::RandomNumberGenerator * v8::internal::compiler::InstructionScheduler::StressSchedulerQueue::random_number_generator ( )
inlineprivate

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

Here is the call graph for this function:

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