|
V8_INLINE bool | IsTagged (int field_index) |
|
bool | IsTagged (int field_index, int max_sequence_length, int *out_sequence_length) |
|
V8_INLINE bool | IsFastPointerLayout () |
|
V8_INLINE bool | IsSlowLayout () |
|
bool | IsConsistentWithMap (Map map, bool check_tail=false) |
|
LayoutDescriptor | Trim (Heap *heap, Map map, DescriptorArray *descriptors, int num_descriptors) |
|
V8_INLINE int | capacity () |
|
LayoutDescriptor | SetTaggedForTesting (int field_index, bool tagged) |
|
int | Size () |
|
byte | get (int index) const |
|
void | set (int index, byte value) |
|
void | copy_out (int index, byte *buffer, int length) |
|
void | copy_in (int index, const byte *buffer, int length) |
|
int | get_int (int index) const |
|
void | set_int (int index, int value) |
|
uint32_t | get_uint32 (int index) const |
|
void | set_uint32 (int index, uint32_t value) |
|
void | clear_padding () |
|
byte * | GetDataStartAddress () |
|
byte * | GetDataEndAddress () |
|
int | DataSize () const |
|
int | ByteArraySize () |
|
int | length () const |
|
void | set_length (int value) |
|
int | synchronized_length () const |
|
void | synchronized_set_length (int value) |
|
Object * | unchecked_synchronized_length () const |
|
bool | IsCowArray () const |
|
Map | map () const |
|
void | set_map (Map value) |
|
void | set_map_after_allocation (Map value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) |
|
void | set_map_no_write_barrier (Map value) |
|
ObjectSlot | map_slot () |
|
MapWord | map_word () const |
|
void | set_map_word (MapWord map_word) |
|
void | synchronized_set_map (Map value) |
|
void | synchronized_set_map_word (MapWord map_word) |
|
WriteBarrierMode | GetWriteBarrierMode (const DisallowHeapAllocation &promise) |
|
| operator HeapObject * () |
|
| operator const HeapObject * () const |
|
bool | is_null () const |
|
bool | IsHeapObjectPtr () const |
|
ReadOnlyRoots | GetReadOnlyRoots () const |
|
Address | address () const |
|
int | Size () const |
|
int | SizeFromMap (Map map) const |
|
ObjectSlot | RawField (int byte_offset) const |
|
MaybeObjectSlot | RawMaybeWeakField (int byte_offset) const |
|
void | HeapObjectVerify (Isolate *isolate) |
|
Address | GetFieldAddress (int field_offset) const |
|
constexpr | ObjectPtr (Address ptr) |
|
| operator Object * () const |
|
bool | operator== (const ObjectPtr other) const |
|
bool | operator!= (const ObjectPtr other) const |
|
bool | operator< (const ObjectPtr other) const |
|
constexpr Address | ptr () const |
|
ObjectPtr * | operator-> () |
|
const ObjectPtr * | operator-> () const |
|
bool | IsHashTableBase () const |
|
V8_INLINE bool | IsSmallOrderedHashTable () const |
|
bool | IsObject () const |
|
double | Number () const |
|
bool | ToInt32 (int32_t *value) const |
|
bool | ToUint32 (uint32_t *value) const |
|
bool | BooleanValue (Isolate *isolate) |
|
bool | FilterKey (PropertyFilter filter) |
|
Object * | GetHash () |
|
Smi | GetOrCreateHash (Isolate *isolate) |
|
V8_EXPORT_PRIVATE bool | SameValue (Object *other) |
|
V8_WARN_UNUSED_RESULT bool | ToArrayIndex (uint32_t *index) const |
|
void | ShortPrint (FILE *out=stdout) |
|
void | ShortPrint (std::ostream &os) |
|
void | Print () |
|
void | Print (std::ostream &os) |
|
|
static const int | kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize) |
|
static const int | kMaxLength = kMaxSize - kHeaderSize |
|
static const int | kMaxSize = 1024 * MB |
|
static const int | kMapOffset = HeapObject::kMapOffset |
|
static const int | kHeaderSize = HeapObject::kHeaderSize |
|
enum | AllowInlineSmiStorage { kRequireHeapObjectTag,
kAllowBeingASmi
} |
|
| ByteArray (Address ptr, AllowInlineSmiStorage allow_smi) |
|
| OBJECT_CONSTRUCTORS (ByteArray, FixedArrayBase) |
|
| HeapObjectPtr (Address ptr, AllowInlineSmiStorage allow_smi) |
|
Definition at line 30 of file layout-descriptor.h.