Home | History | Annotate | Download | only in mips

Lines Matching refs:FastCloneShallowArrayStub

4434     FastCloneShallowArrayStub::Mode mode =
4435 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS;
4436 FastCloneShallowArrayStub stub(mode, length);
4440 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
4443 FastCloneShallowArrayStub::Mode mode =
4445 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
4446 : FastCloneShallowArrayStub::CLONE_ELEMENTS;
4447 FastCloneShallowArrayStub stub(mode, length);