Home | History | Annotate | Download | only in x64

Lines Matching refs:FastCloneShallowArrayStub

4161     FastCloneShallowArrayStub::Mode mode =
4162 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS;
4163 FastCloneShallowArrayStub stub(mode, length);
4167 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
4170 FastCloneShallowArrayStub::Mode mode =
4172 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
4173 : FastCloneShallowArrayStub::CLONE_ELEMENTS;
4174 FastCloneShallowArrayStub stub(mode, length);