Home | History | Annotate | Download | only in src

Lines Matching refs:FixedArrayBase

71 //       - FixedArrayBase
705 class FixedArrayBase;
1501 DECL_ACCESSORS(elements, FixedArrayBase)
1531 FixedArrayBase* value,
1718 FixedArrayBase* elements,
2045 FILE* file, ElementsKind from_kind, FixedArrayBase* from_elements,
2046 ElementsKind to_kind, FixedArrayBase* to_elements);
2213 class FixedArrayBase: public HeapObject {
2219 inline static FixedArrayBase* cast(Object* object);
2231 class FixedArray: public FixedArrayBase {
2344 class FixedDoubleArray: public FixedArrayBase {
3546 class ByteArray: public FixedArrayBase {
3652 class ExternalArray: public FixedArrayBase {
3668 POINTER_SIZE_ALIGN(FixedArrayBase::kLengthOffset + kPointerSize);
7945 MUST_USE_RESULT inline MaybeObject* SetContent(FixedArrayBase* storage);