Home | History | Annotate | Download | only in ia32

Lines Matching refs:FastCloneShallowArrayStub

4388     FastCloneShallowArrayStub::Mode mode =
4389 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS;
4390 FastCloneShallowArrayStub stub(mode, length);
4394 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
4397 FastCloneShallowArrayStub::Mode mode =
4399 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
4400 : FastCloneShallowArrayStub::CLONE_ELEMENTS;
4401 FastCloneShallowArrayStub stub(mode, length);