Searched refs:kMaximumClonedLength (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h380 static const int kMaximumClonedLength = 8; member in class:v8::internal::FastCloneShallowArrayStub
393 ASSERT_LE(length_, kMaximumClonedLength);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1630 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
H A Dlithium-codegen-arm.cc4545 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1580 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
H A Dlithium-codegen-ia32.cc4394 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1641 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
H A Dlithium-codegen-mips.cc4440 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1533 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {
H A Dlithium-codegen-x64.cc4167 } else if (length > FastCloneShallowArrayStub::kMaximumClonedLength) {

Completed in 180 milliseconds