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

#include <maglev-regalloc-data.h>

Collaboration diagram for v8::internal::maglev::RegisterStateFlags:

Public Member Functions

constexpr operator uintptr_t () const
 
constexpr RegisterStateFlags (uintptr_t state)
 
constexpr RegisterStateFlags (bool is_initialized, bool is_merge)
 

Public Attributes

const bool is_initialized = false
 
const bool is_merge = false
 

Static Public Attributes

static constexpr int kIsMergeShift = 0
 
static constexpr int kIsInitializedShift = 1
 

Detailed Description

Definition at line 39 of file maglev-regalloc-data.h.

Constructor & Destructor Documentation

◆ RegisterStateFlags() [1/2]

v8::internal::maglev::RegisterStateFlags::RegisterStateFlags ( uintptr_t state)
inlineexplicitconstexpr

Definition at line 51 of file maglev-regalloc-data.h.

◆ RegisterStateFlags() [2/2]

v8::internal::maglev::RegisterStateFlags::RegisterStateFlags ( bool is_initialized,
bool is_merge )
inlineconstexpr

Definition at line 54 of file maglev-regalloc-data.h.

Member Function Documentation

◆ operator uintptr_t()

v8::internal::maglev::RegisterStateFlags::operator uintptr_t ( ) const
inlineexplicitconstexpr

Definition at line 47 of file maglev-regalloc-data.h.

Member Data Documentation

◆ is_initialized

const bool v8::internal::maglev::RegisterStateFlags::is_initialized = false

Definition at line 44 of file maglev-regalloc-data.h.

◆ is_merge

const bool v8::internal::maglev::RegisterStateFlags::is_merge = false

Definition at line 45 of file maglev-regalloc-data.h.

◆ kIsInitializedShift

int v8::internal::maglev::RegisterStateFlags::kIsInitializedShift = 1
staticconstexpr

Definition at line 42 of file maglev-regalloc-data.h.

◆ kIsMergeShift

int v8::internal::maglev::RegisterStateFlags::kIsMergeShift = 0
staticconstexpr

Definition at line 41 of file maglev-regalloc-data.h.


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