#include <value-type.h>
Definition at line 1323 of file value-type.h.
◆ LoadTypeValue
◆ LoadType()
◆ ForValueKind()
◆ mem_type()
MachineType v8::internal::wasm::LoadType::mem_type |
( |
| ) |
const |
|
inlineconstexpr |
◆ size()
uint8_t v8::internal::wasm::LoadType::size |
( |
| ) |
const |
|
inlineconstexpr |
◆ size_log_2()
uint8_t v8::internal::wasm::LoadType::size_log_2 |
( |
| ) |
const |
|
inlineconstexpr |
◆ value()
◆ value_type()
ValueType v8::internal::wasm::LoadType::value_type |
( |
| ) |
const |
|
inlineconstexpr |
◆ kLoadSize
uint8_t v8::internal::wasm::LoadType::kLoadSize[] |
|
staticconstexprprivate |
Initial value:= {
#define LOAD_SIZE(_, __, memtype) \
\
}
Definition at line 1367 of file value-type.h.
◆ kLoadSizeLog2
uint8_t v8::internal::wasm::LoadType::kLoadSizeLog2 |
|
staticconstexprprivate |
Initial value:= {
#define LOAD_SIZE(_, __, memtype) \
\
}
Definition at line 1376 of file value-type.h.
◆ kMemType
Initial value:= {
#define MEMTYPE(_, __, memtype)
}
Definition at line 1391 of file value-type.h.
◆ kValueType
ValueType v8::internal::wasm::LoadType::kValueType |
|
staticconstexprprivate |
Initial value:= {
#define VALUE_TYPE(type, ...)
}
Definition at line 1385 of file value-type.h.
◆ val_
The documentation for this class was generated from the following files: