Searched refs:elements_object (Results 1 – 1 of 1) sorted by relevance
4623 Object* elements_object; in AllocateUninitializedFixedDoubleArray() local4625 if (!maybe_obj->ToObject(&elements_object)) return maybe_obj; in AllocateUninitializedFixedDoubleArray()4627 reinterpret_cast<FixedDoubleArray*>(elements_object); in AllocateUninitializedFixedDoubleArray()4640 Object* elements_object; in AllocateFixedDoubleArrayWithHoles() local4642 if (!maybe_obj->ToObject(&elements_object)) return maybe_obj; in AllocateFixedDoubleArrayWithHoles()4644 reinterpret_cast<FixedDoubleArray*>(elements_object); in AllocateFixedDoubleArrayWithHoles()