Go to the source code of this file.
◆ CODE_DATA_FIELDS
#define CODE_DATA_FIELDS |
( |
| V | ) |
|
◆ FIELD_LIST
Value: V(kCodeOffset, kCodePointerSize) \
V(kHeaderSize, 0) \
V(kSize, 0)
Definition at line 563 of file code.h.
◆ FLAGS_BIT_FIELDS
#define FLAGS_BIT_FIELDS |
( |
| V, |
|
|
| _ ) |
Value: V(KindField, CodeKind, 4,
_) \
V(IsTurbofannedField,
bool, 1,
_) \
V(IsContextSpecializedField,
bool, 1,
_) \
V(MarkedForDeoptimizationField,
bool, 1,
_) \
V(EmbeddedObjectsClearedField,
bool, 1,
_) \
V(CanHaveWeakObjectsField,
bool, 1,
_)
Definition at line 442 of file code.h.