![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <index.h>
Public Types | |
using | type = T |
Public Member Functions | |
constexpr | V () |
template<typename U > requires implicitly_constructible_from<U> | |
V (V< U > index) | |
template<typename U > requires (std::is_same_v<U, OpIndex>) | |
V (U index) | |
![]() | |
constexpr | OpIndex () |
template<typename T , typename C > | |
OpIndex (const ConstOrV< T, C > &) | |
constexpr uint32_t | id () const |
uint32_t | hash () const |
uint32_t | offset () const |
constexpr bool | valid () const |
uint32_t | DecodeTurbofanNodeId () const |
bool | IsTurbofanNodeId () const |
constexpr bool | operator== (OpIndex other) const |
constexpr bool | operator!= (OpIndex other) const |
constexpr bool | operator< (OpIndex other) const |
constexpr bool | operator> (OpIndex other) const |
constexpr bool | operator<= (OpIndex other) const |
constexpr bool | operator>= (OpIndex other) const |
Static Public Member Functions | |
static V | Invalid () |
template<typename U > | |
static V< T > | Cast (V< U > index) |
static V< T > | Cast (OpIndex index) |
static constexpr bool | allows_representation (RegisterRepresentation maybe_allowed_rep) |
![]() | |
static constexpr OpIndex | FromOffset (uint32_t offset) |
static constexpr OpIndex | Invalid () |
static OpIndex | EncodeTurbofanNodeId (uint32_t id) |
Static Public Attributes | |
static constexpr auto | rep = v_traits<type>::rep |
Static Private Attributes | |
template<typename U > | |
static constexpr bool | implicitly_constructible_from |
Additional Inherited Members | |
![]() | |
constexpr | OpIndex (uint32_t offset) |
![]() | |
uint32_t | offset_ |
![]() | |
static constexpr uint32_t | kGenerationMaskShift = 1 |
static constexpr uint32_t | kGenerationMask = 1 << kGenerationMaskShift |
static constexpr uint32_t | kUnmaskGenerationMask = ~kGenerationMask |
static constexpr uint32_t | kTurbofanNodeIdFlag = 1 |
using v8::internal::compiler::turboshaft::V< T >::type = T |
|
inlineconstexpr |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inlinestatic |
|
staticconstexprprivate |
|
staticconstexpr |