v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ArrayList Member List

This is the complete list of members for v8::internal::ArrayList, including all inherited members.

Add(Isolate *isolate, DirectHandle< ArrayList > array, Tagged< Smi > obj, AllocationType allocation=AllocationType::kYoung)v8::internal::ArrayListstatic
Add(Isolate *isolate, DirectHandle< ArrayList > array, DirectHandle< Object > obj, AllocationType allocation=AllocationType::kYoung)v8::internal::ArrayListstatic
Add(Isolate *isolate, DirectHandle< ArrayList > array, DirectHandle< Object > obj0, DirectHandle< Object > obj1, AllocationType allocation=AllocationType::kYoung)v8::internal::ArrayListstatic
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() constv8::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 typedefv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >private
ElementT typedefv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >private
EnsureSpace(Isolate *isolate, DirectHandle< ArrayList > array, int length, AllocationType allocation=AllocationType::kYoung)v8::internal::ArrayListprivatestatic
FLEXIBLE_ARRAY_MEMBER(ElementMemberT, objects)v8::internal::TaggedArrayBase< ArrayList, ArrayListShape >protected
get(int index) constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inline
get(int index, RelaxedLoadTag) constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inline
get(int index, AcquireLoadTag) constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inline
get(int index, SeqCstAccessTag) constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inline
Header typedefv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >
IsCowArray() constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inlineprotected
IsInBounds(int index) constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inlineprotected
kDefaultModev8::internal::TaggedArrayBase< ArrayList, ArrayListShape >privatestatic
kElementsAreMaybeObjectv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >static
kElementSizev8::internal::TaggedArrayBase< ArrayList, ArrayListShape >static
kMaxCapacityv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >static
kMaxRegularCapacityv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >static
kSupportsSmiElementsv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >privatestatic
length() constv8::internal::ArrayListinline
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::ArrayListinlinestatic
NewCapacityForIndex(int index, int old_capacity)v8::internal::TaggedArrayBase< ArrayList, ArrayListShape >protectedstatic
OffsetOfElementAt(int index)v8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inlinestatic
RawFieldOfElementAt(int index) constv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inline
RawFieldOfFirstElement() constv8::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::ArrayListinline
Shape typedefv8::internal::ArrayList
SizeFor(int capacity)v8::internal::TaggedArrayBase< ArrayList, ArrayListShape >inlinestatic
SlotType typedefv8::internal::TaggedArrayBase< ArrayList, ArrayListShape >private
Super typedefv8::internal::ArrayListprivate
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::ArrayListstatic