Lines Matching defs:index
59 Object* FixedArray::get(int index) const { in get()
64 Handle<Object> FixedArray::get(FixedArray* array, int index, Isolate* isolate) { in get()
69 MaybeHandle<T> FixedArray::GetValue(Isolate* isolate, int index) const { in GetValue()
76 Handle<T> FixedArray::GetValueChecked(Isolate* isolate, int index) const { in GetValueChecked()
82 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole()
86 void FixedArray::set(int index, Smi* value) { in set()
94 void FixedArray::set(int index, Object* value) { in set()
104 void FixedArray::set(int index, Object* value, WriteBarrierMode mode) { in set()
113 void FixedArray::NoWriteBarrierSet(FixedArray* array, int index, in NoWriteBarrierSet()
122 void FixedArray::set_undefined(int index) { in set_undefined()
126 void FixedArray::set_undefined(Isolate* isolate, int index) { in set_undefined()
130 void FixedArray::set_undefined(ReadOnlyRoots ro_roots, int index) { in set_undefined()
134 void FixedArray::set_null(int index) { set_null(GetReadOnlyRoots(), index); } in set_null()
136 void FixedArray::set_null(Isolate* isolate, int index) { in set_null()
140 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null()
144 void FixedArray::set_the_hole(int index) { in set_the_hole()
148 void FixedArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole()
152 void FixedArray::set_the_hole(ReadOnlyRoots ro_roots, int index) { in set_the_hole()
166 Object** FixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt()
170 double FixedDoubleArray::get_scalar(int index) { in get_scalar()
178 uint64_t FixedDoubleArray::get_representation(int index) { in get_representation()
186 Handle<Object> FixedDoubleArray::get(FixedDoubleArray* array, int index, in get()
195 void FixedDoubleArray::set(int index, double value) { in set()
207 void FixedDoubleArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole()
211 void FixedDoubleArray::set_the_hole(int index) { in set_the_hole()
218 bool FixedDoubleArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole()
222 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole()
236 MaybeObject* WeakFixedArray::Get(int index) const { in Get()
241 void WeakFixedArray::Set(int index, MaybeObject* value) { in Set()
249 void WeakFixedArray::Set(int index, MaybeObject* value, WriteBarrierMode mode) { in Set()
261 MaybeObject** WeakFixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt()
270 MaybeObject* WeakArrayList::Get(int index) const { in Get()
275 void WeakArrayList::Set(int index, MaybeObject* value, WriteBarrierMode mode) { in Set()
308 Object* ArrayList::Get(int index) const { in Get()
312 Object** ArrayList::Slot(int index) { in Slot()
316 void ArrayList::Set(int index, Object* obj, WriteBarrierMode mode) { in Set()
320 void ArrayList::Clear(int index, Object* undefined) { in Clear()
328 byte ByteArray::get(int index) const { in get()
333 void ByteArray::set(int index, byte value) { in set()
338 void ByteArray::copy_in(int index, const byte* buffer, int length) { in copy_in()
345 void ByteArray::copy_out(int index, byte* buffer, int length) { in copy_out()
352 int ByteArray::get_int(int index) const { in get_int()
357 void ByteArray::set_int(int index, int value) { in set_int()
362 uint32_t ByteArray::get_uint32(int index) const { in get_uint32()
367 void ByteArray::set_uint32(int index, uint32_t value) { in set_uint32()
497 typename Traits::ElementType FixedTypedArray<Traits>::get_scalar(int index) { in get_scalar()
505 void* data_ptr, int index) { in get_scalar_from_data_ptr()
522 void FixedTypedArray<Traits>::set(int index, ElementType value) { in set()
666 int index) { in get()
671 void FixedTypedArray<Traits>::SetValue(uint32_t index, Object* value) { in SetValue()
688 inline void FixedTypedArray<BigInt64ArrayTraits>::SetValue(uint32_t index, in SetValue()
695 inline void FixedTypedArray<BigUint64ArrayTraits>::SetValue(uint32_t index, in SetValue()
773 Object* TemplateList::get(int index) const { in get()
777 void TemplateList::set(int index, Object* value) { in set()