Lines Matching defs:index
72 Object FixedArray::get(int index) const { in get()
77 Object FixedArray::get(IsolateRoot isolate, int index) const { in get()
83 Handle<Object> FixedArray::get(FixedArray array, int index, Isolate* isolate) { in get()
87 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole()
91 void FixedArray::set(int index, Smi value) { in set()
99 void FixedArray::set(int index, Object value) { in set()
108 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set()
117 void FixedArray::NoWriteBarrierSet(FixedArray array, int index, Object value) { in NoWriteBarrierSet()
126 Object FixedArray::synchronized_get(int index) const { in synchronized_get()
131 Object FixedArray::synchronized_get(IsolateRoot isolate, int index) const { in synchronized_get()
136 void FixedArray::synchronized_set(int index, Smi value) { in synchronized_set()
143 void FixedArray::set_undefined(int index) { in set_undefined()
147 void FixedArray::set_undefined(Isolate* isolate, int index) { in set_undefined()
151 void FixedArray::set_undefined(ReadOnlyRoots ro_roots, int index) { in set_undefined()
155 void FixedArray::set_null(int index) { set_null(GetReadOnlyRoots(), index); } in set_null()
157 void FixedArray::set_null(Isolate* isolate, int index) { in set_null()
161 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null()
165 void FixedArray::set_the_hole(int index) { in set_the_hole()
169 void FixedArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole()
173 void FixedArray::set_the_hole(ReadOnlyRoots ro_roots, int index) { in set_the_hole()
185 ObjectSlot FixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt()
337 double FixedDoubleArray::get_scalar(int index) { in get_scalar()
345 uint64_t FixedDoubleArray::get_representation(int index) { in get_representation()
354 Handle<Object> FixedDoubleArray::get(FixedDoubleArray array, int index, in get()
363 void FixedDoubleArray::set(int index, double value) { in set()
375 void FixedDoubleArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole()
379 void FixedDoubleArray::set_the_hole(int index) { in set_the_hole()
386 bool FixedDoubleArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole()
390 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole()
408 MaybeObject WeakFixedArray::Get(int index) const { in Get()
413 MaybeObject WeakFixedArray::Get(IsolateRoot isolate, int index) const { in Get()
418 void WeakFixedArray::Set(int index, MaybeObject value, WriteBarrierMode mode) { in Set()
426 MaybeObjectSlot WeakFixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt()
443 MaybeObject WeakArrayList::Get(int index) const { in Get()
448 MaybeObject WeakArrayList::Get(IsolateRoot isolate, int index) const { in Get()
453 void WeakArrayList::Set(int index, MaybeObject value, WriteBarrierMode mode) { in Set()
495 Object ArrayList::Get(int index) const { in Get()
499 Object ArrayList::Get(IsolateRoot isolate, int index) const { in Get()
503 ObjectSlot ArrayList::Slot(int index) { in Slot()
507 void ArrayList::Set(int index, Object obj, WriteBarrierMode mode) { in Set()
511 void ArrayList::Clear(int index, Object undefined) { in Clear()
519 byte ByteArray::get(int index) const { in get()
524 void ByteArray::set(int index, byte value) { in set()
529 void ByteArray::copy_in(int index, const byte* buffer, int length) { in copy_in()
536 void ByteArray::copy_out(int index, byte* buffer, int length) { in copy_out()
543 int ByteArray::get_int(int index) const { in get_int()
548 void ByteArray::set_int(int index, int value) { in set_int()
553 uint32_t ByteArray::get_uint32(int index) const { in get_uint32()
558 void ByteArray::set_uint32(int index, uint32_t value) { in set_uint32()
563 uint32_t ByteArray::get_uint32_relaxed(int index) const { in get_uint32_relaxed()
568 void ByteArray::set_uint32_relaxed(int index, uint32_t value) { in set_uint32_relaxed()
620 Object TemplateList::get(int index) const { in get()
624 Object TemplateList::get(IsolateRoot isolate, int index) const { in get()
628 void TemplateList::set(int index, Object value) { in set()