v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::Opmask::OpMaskField< T, Offset > Struct Template Reference

#include <opmasks.h>

Collaboration diagram for v8::internal::compiler::turboshaft::Opmask::OpMaskField< T, Offset >:

Public Types

using type = T
 

Static Public Attributes

static constexpr size_t offset = Offset
 
static constexpr size_t size = sizeof(T)
 

Detailed Description

template<typename T, size_t Offset>
struct v8::internal::compiler::turboshaft::Opmask::OpMaskField< T, Offset >

Definition at line 49 of file opmasks.h.

Member Typedef Documentation

◆ type

template<typename T , size_t Offset>
using v8::internal::compiler::turboshaft::Opmask::OpMaskField< T, Offset >::type = T

Definition at line 50 of file opmasks.h.

Member Data Documentation

◆ offset

template<typename T , size_t Offset>
size_t v8::internal::compiler::turboshaft::Opmask::OpMaskField< T, Offset >::offset = Offset
staticconstexpr

Definition at line 51 of file opmasks.h.

◆ size

template<typename T , size_t Offset>
size_t v8::internal::compiler::turboshaft::Opmask::OpMaskField< T, Offset >::size = sizeof(T)
staticconstexpr

Definition at line 52 of file opmasks.h.


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