Home
last modified time | relevance | path

Searched refs:CLONE_DOUBLE_ELEMENTS (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dcode-stubs.h384 CLONE_DOUBLE_ELEMENTS, enumerator
/external/v8/src/x64/
Dcode-stubs-x64.cc235 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in GenerateFastCloneShallowArrayCommon()
267 ASSERT(mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS); in GenerateFastCloneShallowArrayCommon()
323 mode = CLONE_DOUBLE_ELEMENTS; in Generate()
333 } else if (mode == CLONE_DOUBLE_ELEMENTS) { in Generate()
Dlithium-codegen-x64.cc4172 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in DoArrayLiteral()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc248 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in GenerateFastCloneShallowArrayCommon()
280 ASSERT(mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS); in GenerateFastCloneShallowArrayCommon()
337 mode = CLONE_DOUBLE_ELEMENTS; in Generate()
347 } else if (mode == CLONE_DOUBLE_ELEMENTS) { in Generate()
Dlithium-codegen-ia32.cc4399 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in DoArrayLiteral()
/external/v8/src/arm/
Dcode-stubs-arm.cc266 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in GenerateFastCloneShallowArrayCommon()
342 mode = CLONE_DOUBLE_ELEMENTS; in Generate()
352 } else if (mode == CLONE_DOUBLE_ELEMENTS) { in Generate()
Dlithium-codegen-arm.cc4550 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in DoArrayLiteral()
/external/v8/src/mips/
Dcode-stubs-mips.cc264 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in GenerateFastCloneShallowArrayCommon()
340 mode = CLONE_DOUBLE_ELEMENTS; in Generate()
350 } else if (mode == CLONE_DOUBLE_ELEMENTS) { in Generate()
Dlithium-codegen-mips.cc4445 ? FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS in DoArrayLiteral()