Home | History | Annotate | Download | only in ia32

Lines Matching refs:FastCloneShallowArrayStub

1574     FastCloneShallowArrayStub stub(
1575 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS,
1580 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
1588 FastCloneShallowArrayStub::Mode mode = has_constant_fast_elements
1589 ? FastCloneShallowArrayStub::CLONE_ELEMENTS
1590 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
1591 FastCloneShallowArrayStub stub(mode, length);