#include <register-allocator.h>
Definition at line 41 of file register-allocator.h.
◆ LifetimePosition() [1/2]
| v8::internal::compiler::LifetimePosition::LifetimePosition |
( |
| ) |
|
|
inline |
◆ LifetimePosition() [2/2]
| v8::internal::compiler::LifetimePosition::LifetimePosition |
( |
int | value | ) |
|
|
inlineexplicitprivate |
◆ End()
◆ ExistsGapPositionBetween()
◆ FromInt()
| static LifetimePosition v8::internal::compiler::LifetimePosition::FromInt |
( |
int | value | ) |
|
|
inlinestatic |
◆ FullStart()
◆ GapFromInstructionIndex()
| static LifetimePosition v8::internal::compiler::LifetimePosition::GapFromInstructionIndex |
( |
int | index | ) |
|
|
inlinestatic |
◆ InstructionFromInstructionIndex()
| static LifetimePosition v8::internal::compiler::LifetimePosition::InstructionFromInstructionIndex |
( |
int | index | ) |
|
|
inlinestatic |
◆ Invalid()
◆ IsEnd()
| bool v8::internal::compiler::LifetimePosition::IsEnd |
( |
| ) |
const |
|
inline |
◆ IsFullStart()
| bool v8::internal::compiler::LifetimePosition::IsFullStart |
( |
| ) |
const |
|
inline |
◆ IsGapPosition()
| bool v8::internal::compiler::LifetimePosition::IsGapPosition |
( |
| ) |
const |
|
inline |
◆ IsInstructionPosition()
| bool v8::internal::compiler::LifetimePosition::IsInstructionPosition |
( |
| ) |
const |
|
inline |
◆ IsStart()
| bool v8::internal::compiler::LifetimePosition::IsStart |
( |
| ) |
const |
|
inline |
◆ IsValid()
| bool v8::internal::compiler::LifetimePosition::IsValid |
( |
| ) |
const |
|
inline |
◆ MaxPosition()
| static LifetimePosition v8::internal::compiler::LifetimePosition::MaxPosition |
( |
| ) |
|
|
inlinestatic |
◆ NextFullStart()
| LifetimePosition v8::internal::compiler::LifetimePosition::NextFullStart |
( |
| ) |
const |
|
inline |
◆ NextStart()
◆ operator!=()
◆ operator<()
◆ operator<=()
◆ operator==()
◆ operator>()
◆ operator>=()
◆ PrevStart()
◆ Print()
| void v8::internal::compiler::LifetimePosition::Print |
( |
| ) |
const |
◆ Start()
◆ ToInstructionIndex()
| int v8::internal::compiler::LifetimePosition::ToInstructionIndex |
( |
| ) |
const |
|
inline |
◆ value()
| int v8::internal::compiler::LifetimePosition::value |
( |
| ) |
const |
|
inline |
◆ kHalfStep
| const int v8::internal::compiler::LifetimePosition::kHalfStep = 2 |
|
staticprivate |
◆ kStep
| const int v8::internal::compiler::LifetimePosition::kStep = 2 * kHalfStep |
|
staticprivate |
◆ value_
| int v8::internal::compiler::LifetimePosition::value_ |
|
private |
The documentation for this class was generated from the following files: