v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
instruction-scheduler.h File Reference
Include dependency graph for instruction-scheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::compiler::InstructionScheduler
 
class  v8::internal::compiler::InstructionScheduler::ScheduleGraphNode
 
class  v8::internal::compiler::InstructionScheduler::SchedulingQueueBase
 
class  v8::internal::compiler::InstructionScheduler::CriticalPathFirstQueue
 
class  v8::internal::compiler::InstructionScheduler::StressSchedulerQueue
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Enumerations

enum  v8::internal::compiler::ArchOpcodeFlags {
  v8::internal::compiler::kNoOpcodeFlags = 0 , v8::internal::compiler::kHasSideEffect = 1 , v8::internal::compiler::kIsLoadOperation = 2 , v8::internal::compiler::kMayNeedDeoptOrTrapCheck = 4 ,
  v8::internal::compiler::kIsBarrier = 8
}