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

/external/v8/src/
H A Dcode-stubs.h386 CLONE_ANY_ELEMENTS enumerator in enum:v8::internal::FastCloneShallowArrayStub::Mode
/external/v8/src/x64/
H A Dcode-stubs-x64.cc230 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
304 if (mode == CLONE_ANY_ELEMENTS) {
H A Dfull-codegen-x64.cc1543 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
/external/v8/src/arm/
H A Dcode-stubs-arm.cc261 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
320 if (mode == CLONE_ANY_ELEMENTS) {
H A Dfull-codegen-arm.cc1638 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc243 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
320 if (mode == CLONE_ANY_ELEMENTS) {
H A Dfull-codegen-ia32.cc1590 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;
/external/v8/src/mips/
H A Dcode-stubs-mips.cc259 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
320 if (mode == CLONE_ANY_ELEMENTS) {
H A Dfull-codegen-mips.cc1649 : FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS;

Completed in 619 milliseconds