Home | History | Annotate | Download | only in arm

Lines Matching refs:FastCloneShallowArrayStub

1623     FastCloneShallowArrayStub stub(
1624 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS, length);
1630 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
1636 FastCloneShallowArrayStub::Mode mode = has_fast_elements
1637 ? FastCloneShallowArrayStub::CLONE_ELEMENTS
1638 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
1639 FastCloneShallowArrayStub stub(mode, length);