Home | History | Annotate | Download | only in x64

Lines Matching refs:FastCloneShallowArrayStub

1527     FastCloneShallowArrayStub stub(
1528 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS,
1533 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
1541 FastCloneShallowArrayStub::Mode mode = has_constant_fast_elements
1542 ? FastCloneShallowArrayStub::CLONE_ELEMENTS
1543 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
1544 FastCloneShallowArrayStub stub(mode, length);