| Add(Isolate *isolate, DirectHandle< ArrayList > array, Tagged< Smi > obj, AllocationType allocation=AllocationType::kYoung) | v8::internal::ArrayList | static |
| Add(Isolate *isolate, DirectHandle< ArrayList > array, DirectHandle< Object > obj, AllocationType allocation=AllocationType::kYoung) | v8::internal::ArrayList | static |
| Add(Isolate *isolate, DirectHandle< ArrayList > array, DirectHandle< Object > obj0, DirectHandle< Object > obj1, AllocationType allocation=AllocationType::kYoung) | v8::internal::ArrayList | static |
| Allocate(IsolateT *isolate, int capacity, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation=AllocationType::kYoung) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | protectedstatic |
| Allocate(IsolateT *isolate, int capacity, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | |
| AllocatedSize() const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| compare_and_swap(int index, Tagged< ElementT > expected, Tagged< ElementT > value, SeqCstAccessTag, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| CopyElements(Isolate *isolate, Tagged< ArrayList > dst, int dst_index, Tagged< ArrayList > src, int src_index, int len, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inlinestatic |
| ElementMemberT typedef | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | private |
| ElementT typedef | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | private |
| EnsureSpace(Isolate *isolate, DirectHandle< ArrayList > array, int length, AllocationType allocation=AllocationType::kYoung) | v8::internal::ArrayList | privatestatic |
| FLEXIBLE_ARRAY_MEMBER(ElementMemberT, objects) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | protected |
| get(int index) const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| get(int index, RelaxedLoadTag) const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| get(int index, AcquireLoadTag) const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| get(int index, SeqCstAccessTag) const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| Header typedef | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | |
| IsCowArray() const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inlineprotected |
| IsInBounds(int index) const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inlineprotected |
| kDefaultMode | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | privatestatic |
| kElementsAreMaybeObject | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | static |
| kElementSize | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | static |
| kMaxCapacity | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | static |
| kMaxRegularCapacity | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | static |
| kSupportsSmiElements | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | privatestatic |
| length() const | v8::internal::ArrayList | inline |
| MoveElements(Isolate *isolate, Tagged< ArrayList > dst, int dst_index, Tagged< ArrayList > src, int src_index, int len, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inlinestatic |
| New(IsolateT *isolate, int capacity, AllocationType allocation=AllocationType::kYoung) | v8::internal::ArrayList | inlinestatic |
| NewCapacityForIndex(int index, int old_capacity) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | protectedstatic |
| OffsetOfElementAt(int index) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inlinestatic |
| RawFieldOfElementAt(int index) const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| RawFieldOfFirstElement() const | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| RightTrim(Isolate *isolate, int new_capacity) | v8::internal::ArrayList | |
| set(int index, Tagged< ElementT > value, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< Smi > value) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< ElementT > value, RelaxedStoreTag, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< Smi > value, RelaxedStoreTag) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< ElementT > value, ReleaseStoreTag, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< Smi > value, ReleaseStoreTag) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< ElementT > value, SeqCstAccessTag, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set(int index, Tagged< Smi > value, SeqCstAccessTag) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| set_length(int value) | v8::internal::ArrayList | inline |
| Shape typedef | v8::internal::ArrayList | |
| SizeFor(int capacity) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inlinestatic |
| SlotType typedef | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | private |
| Super typedef | v8::internal::ArrayList | private |
| swap(int index, Tagged< ElementT > value, SeqCstAccessTag, WriteBarrierMode mode=kDefaultMode) | v8::internal::TaggedArrayBase< ArrayList, ArrayListShape > | inline |
| ToFixedArray(Isolate *isolate, DirectHandle< ArrayList > array, AllocationType allocation=AllocationType::kYoung) | v8::internal::ArrayList | static |