Home | History | Annotate | Download | only in mips

Lines Matching refs:FastCloneShallowArrayStub

1634     FastCloneShallowArrayStub stub(
1635 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS, length);
1641 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
1647 FastCloneShallowArrayStub::Mode mode = has_fast_elements
1648 ? FastCloneShallowArrayStub::CLONE_ELEMENTS
1649 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
1650 FastCloneShallowArrayStub stub(mode, length);