Searched refs:FastCloneShallowArrayStub (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | code-factory.cc | 362 FastCloneShallowArrayStub stub(isolate, DONT_TRACK_ALLOCATION_SITE); in FastCloneShallowArray()
|
D | code-stubs.h | 958 class FastCloneShallowArrayStub : public TurboFanCodeStub { 960 FastCloneShallowArrayStub(Isolate* isolate, in FastCloneShallowArrayStub() function
|
D | code-stubs.cc | 2816 compiler::Node* FastCloneShallowArrayStub::Generate( in Generate() 2928 void FastCloneShallowArrayStub::GenerateAssembly( in GenerateAssembly()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 2118 Node* result = FastCloneShallowArrayStub::Generate( in DoCreateArrayLiteral()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1521 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1485 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1493 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1545 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1576 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1558 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1575 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1576 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1506 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|