V8 Project
|
#include <utils.h>
Inherits v8::internal::BitFieldBase< T, shift, size, uint32_t >.
Additional Inherited Members | |
![]() | |
static bool | is_valid (T value) |
static uint32_t | encode (T value) |
static uint32_t | update (uint32_t previous, T value) |
static T | decode (uint32_t value) |
![]() | |
static const uint32_t | kOne |
static const uint32_t | kMask |
static const uint32_t | kShift |
static const uint32_t | kSize |
static const uint32_t | kNext |
static const T | kMax |