Lines Matching refs:FixedArrayBase
1621 FixedArrayBase* JSObject::elements() const { in elements()
1623 return static_cast<FixedArrayBase*>(array); in elements()
1918 Handle<FixedArrayBase> elements, in EnsureCanContainElements()
1953 Handle<FixedArrayBase> value) { in SetMapAndElements()
1966 void JSObject::set_elements(FixedArrayBase* value, WriteBarrierMode mode) { in set_elements()
1973 FixedArrayBase* elements = map()->GetInitialElements(); in initialize_elements()
2557 FixedArrayBase::cast(this)->length() != 0) { in RequiredAlignment()
2876 FixedArrayBase* Map::GetInitialElements() { in GetInitialElements()
3204 CAST_ACCESSOR(FixedArrayBase)
3479 SMI_ACCESSORS(FixedArrayBase, length, kLengthOffset) in SMI_ACCESSORS() argument
3480 SYNCHRONIZED_SMI_ACCESSORS(FixedArrayBase, length, kLengthOffset) in SMI_ACCESSORS()
6649 FixedArrayBase* fixed_array = in GetElementsKind()
6650 reinterpret_cast<FixedArrayBase*>(READ_FIELD(this, kElementsOffset)); in GetElementsKind()
7553 Handle<FixedArrayBase> storage) { in SetContent()