|
V8 Project
|
#include <safepoint-table.h>
Inheritance diagram for v8::internal::BASE_EMBEDDED< Visitor >::ArgumentsField:
Collaboration diagram for v8::internal::BASE_EMBEDDED< Visitor >::ArgumentsField:Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::BitFieldBase< T, shift, size, U > | |
| static bool | is_valid (T value) |
| static U | encode (T value) |
| static U | update (U previous, T value) |
| static T | decode (U value) |
Static Public Attributes inherited from v8::internal::BitFieldBase< T, shift, size, U > | |
| static const U | kOne = static_cast<U>(1U) |
| static const U | kMask = ((kOne << shift) << size) - (kOne << shift) |
| static const U | kShift = shift |
| static const U | kSize = size |
| static const U | kNext = kShift + kSize |
| static const T | kMax = static_cast<T>((1U << size) - 1) |
Definition at line 48 of file safepoint-table.h.