|
int | length () const |
|
void | set_length (int value) |
|
void | RightTrim (Isolate *isolate, int new_capacity) |
|
Tagged< ElementT > | get (int index) const |
|
Tagged< ElementT > | get (int index, RelaxedLoadTag) const |
|
Tagged< ElementT > | get (int index, AcquireLoadTag) const |
|
Tagged< ElementT > | get (int index, SeqCstAccessTag) const |
|
void | set (int index, Tagged< ElementT > value, WriteBarrierMode mode=kDefaultMode) |
|
void | set (int index, Tagged< Smi > value) |
|
void | set (int index, Tagged< ElementT > value, RelaxedStoreTag, WriteBarrierMode mode=kDefaultMode) |
|
void | set (int index, Tagged< Smi > value, RelaxedStoreTag) |
|
void | set (int index, Tagged< ElementT > value, ReleaseStoreTag, WriteBarrierMode mode=kDefaultMode) |
|
void | set (int index, Tagged< Smi > value, ReleaseStoreTag) |
|
void | set (int index, Tagged< ElementT > value, SeqCstAccessTag, WriteBarrierMode mode=kDefaultMode) |
|
void | set (int index, Tagged< Smi > value, SeqCstAccessTag) |
|
Tagged< ElementT > | swap (int index, Tagged< ElementT > value, SeqCstAccessTag, WriteBarrierMode mode=kDefaultMode) |
|
Tagged< ElementT > | compare_and_swap (int index, Tagged< ElementT > expected, Tagged< ElementT > value, SeqCstAccessTag, WriteBarrierMode mode=kDefaultMode) |
|
void | RightTrim (Isolate *isolate, int new_capacity) |
|
int | AllocatedSize () const |
|
SlotType | RawFieldOfFirstElement () const |
|
SlotType | RawFieldOfElementAt (int index) const |
|
Handle< D > | Allocate (IsolateT *isolate, int capacity, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation) |
|
|
template<class IsolateT > |
static DirectHandle< ArrayList > | New (IsolateT *isolate, int capacity, AllocationType allocation=AllocationType::kYoung) |
|
static V8_EXPORT_PRIVATE DirectHandle< ArrayList > | Add (Isolate *isolate, DirectHandle< ArrayList > array, Tagged< Smi > obj, AllocationType allocation=AllocationType::kYoung) |
|
static V8_EXPORT_PRIVATE DirectHandle< ArrayList > | Add (Isolate *isolate, DirectHandle< ArrayList > array, DirectHandle< Object > obj, AllocationType allocation=AllocationType::kYoung) |
|
static V8_EXPORT_PRIVATE DirectHandle< ArrayList > | Add (Isolate *isolate, DirectHandle< ArrayList > array, DirectHandle< Object > obj0, DirectHandle< Object > obj1, AllocationType allocation=AllocationType::kYoung) |
|
static V8_EXPORT_PRIVATE DirectHandle< FixedArray > | ToFixedArray (Isolate *isolate, DirectHandle< ArrayList > array, AllocationType allocation=AllocationType::kYoung) |
|
static void | MoveElements (Isolate *isolate, Tagged< ArrayList > dst, int dst_index, Tagged< ArrayList > src, int src_index, int len, WriteBarrierMode mode=kDefaultMode) |
|
static void | CopyElements (Isolate *isolate, Tagged< ArrayList > dst, int dst_index, Tagged< ArrayList > src, int src_index, int len, WriteBarrierMode mode=kDefaultMode) |
|
static constexpr int | SizeFor (int capacity) |
|
static constexpr int | OffsetOfElementAt (int index) |
|
Definition at line 711 of file fixed-array.h.