v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::BasicBlock::Id Class Reference

#include <schedule.h>

Collaboration diagram for v8::internal::compiler::BasicBlock::Id:

Public Member Functions

int ToInt () const
 
size_t ToSize () const
 

Static Public Member Functions

static Id FromSize (size_t index)
 
static Id FromInt (int index)
 

Private Member Functions

 Id (size_t index)
 

Private Attributes

size_t index_
 

Detailed Description

Definition at line 46 of file schedule.h.

Constructor & Destructor Documentation

◆ Id()

v8::internal::compiler::BasicBlock::Id::Id ( size_t index)
inlineexplicitprivate

Definition at line 54 of file schedule.h.

Member Function Documentation

◆ FromInt()

static Id v8::internal::compiler::BasicBlock::Id::FromInt ( int index)
inlinestatic

Definition at line 51 of file schedule.h.

Here is the caller graph for this function:

◆ FromSize()

static Id v8::internal::compiler::BasicBlock::Id::FromSize ( size_t index)
inlinestatic

Definition at line 50 of file schedule.h.

Here is the caller graph for this function:

◆ ToInt()

int v8::internal::compiler::BasicBlock::Id::ToInt ( ) const
inline

Definition at line 48 of file schedule.h.

Here is the caller graph for this function:

◆ ToSize()

size_t v8::internal::compiler::BasicBlock::Id::ToSize ( ) const
inline

Definition at line 49 of file schedule.h.

Here is the caller graph for this function:

Member Data Documentation

◆ index_

size_t v8::internal::compiler::BasicBlock::Id::index_
private

Definition at line 55 of file schedule.h.


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