|
typedef T | FieldType |
|
| STATIC_ASSERT ((kNext - 1)/8< sizeof(uint64_t)) |
|
static constexpr bool | is_valid (T value) |
|
static uint64_t | encode (T value) |
|
static uint64_t | update (uint64_t previous, T value) |
|
static T | decode (uint64_t value) |
|
static const uint64_t | kOne |
|
static const uint64_t | kMask |
|
static const uint64_t | kShift |
|
static const uint64_t | kSize |
|
static const uint64_t | kNext |
|
static const uint64_t | kNumValues |
|
static const T | kMax |
|
template<class T, int shift, int size>
class v8::internal::BitField64< T, shift, size >
Definition at line 377 of file utils.h.
The documentation for this class was generated from the following file: