|
| using | Header |
| |
| using | Shape |
| |
| 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) |
| |
| bool | IsInBounds (int index) const |
| |
| bool | IsCowArray () const |
| |
| | FLEXIBLE_ARRAY_MEMBER (ElementMemberT, objects) |
| |
| static Handle< ProtectedFixedArray > | Allocate (IsolateT *isolate, int capacity, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation=AllocationType::kYoung) |
| |
| static constexpr int | NewCapacityForIndex (int index, int old_capacity) |
| |
Definition at line 332 of file fixed-array.h.