#include <instruction.h>
Definition at line 1172 of file instruction.h.
◆ RpoNumber() [1/2]
| v8::internal::compiler::RpoNumber::RpoNumber |
( |
| ) |
|
|
inline |
◆ RpoNumber() [2/2]
| v8::internal::compiler::RpoNumber::RpoNumber |
( |
int32_t | index | ) |
|
|
inlineexplicitprivate |
◆ FromInt()
| static RpoNumber v8::internal::compiler::RpoNumber::FromInt |
( |
int | index | ) |
|
|
inlinestatic |
◆ Invalid()
| static RpoNumber v8::internal::compiler::RpoNumber::Invalid |
( |
| ) |
|
|
inlinestatic |
◆ IsNext()
| bool v8::internal::compiler::RpoNumber::IsNext |
( |
const RpoNumber | other | ) |
const |
|
inline |
◆ IsValid()
| bool v8::internal::compiler::RpoNumber::IsValid |
( |
| ) |
const |
|
inline |
◆ Next()
| RpoNumber v8::internal::compiler::RpoNumber::Next |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool v8::internal::compiler::RpoNumber::operator!= |
( |
RpoNumber | other | ) |
const |
|
inline |
◆ operator<()
| bool v8::internal::compiler::RpoNumber::operator< |
( |
RpoNumber | other | ) |
const |
|
inline |
◆ operator<=()
| bool v8::internal::compiler::RpoNumber::operator<= |
( |
RpoNumber | other | ) |
const |
|
inline |
◆ operator==()
| bool v8::internal::compiler::RpoNumber::operator== |
( |
RpoNumber | other | ) |
const |
|
inline |
◆ operator>()
| bool v8::internal::compiler::RpoNumber::operator> |
( |
RpoNumber | other | ) |
const |
|
inline |
◆ operator>=()
| bool v8::internal::compiler::RpoNumber::operator>= |
( |
RpoNumber | other | ) |
const |
|
inline |
◆ ToInt()
| int v8::internal::compiler::RpoNumber::ToInt |
( |
| ) |
const |
|
inline |
◆ ToSize()
| size_t v8::internal::compiler::RpoNumber::ToSize |
( |
| ) |
const |
|
inline |
◆ index_
| int32_t v8::internal::compiler::RpoNumber::index_ |
|
private |
◆ kInvalidRpoNumber
| const int v8::internal::compiler::RpoNumber::kInvalidRpoNumber = -1 |
|
static |
The documentation for this class was generated from the following file: