Home | History | Annotate | Download | only in arm

Lines Matching refs:FastCloneShallowArrayStub

4539     FastCloneShallowArrayStub::Mode mode =
4540 FastCloneShallowArrayStub::COPY_ON_WRITE_ELEMENTS;
4541 FastCloneShallowArrayStub stub(mode, length);
4545 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
4548 FastCloneShallowArrayStub::Mode mode =
4550 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
4551 : FastCloneShallowArrayStub::CLONE_ELEMENTS;
4552 FastCloneShallowArrayStub stub(mode, length);