Searched refs:FastCloneShallowObjectStub (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | code-stubs.h | 410 class FastCloneShallowObjectStub : public CodeStub { 415 explicit FastCloneShallowObjectStub(int length) : length_(length) { in FastCloneShallowObjectStub() function
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 1500 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in VisitObjectLiteral() 1503 FastCloneShallowObjectStub stub(properties_count); in VisitObjectLiteral()
|
D | lithium-codegen-arm.cc | 4702 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in DoObjectLiteral() 4705 FastCloneShallowObjectStub stub(properties_count); in DoObjectLiteral()
|
D | code-stubs-arm.cc | 379 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 1454 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in VisitObjectLiteral() 1457 FastCloneShallowObjectStub stub(properties_count); in VisitObjectLiteral()
|
D | lithium-codegen-ia32.cc | 4555 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in DoObjectLiteral() 4558 FastCloneShallowObjectStub stub(properties_count); in DoObjectLiteral()
|
D | code-stubs-ia32.cc | 371 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 1407 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in VisitObjectLiteral() 1410 FastCloneShallowObjectStub stub(properties_count); in VisitObjectLiteral()
|
D | lithium-codegen-x64.cc | 4320 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in DoObjectLiteral() 4323 FastCloneShallowObjectStub stub(properties_count); in DoObjectLiteral()
|
D | code-stubs-x64.cc | 357 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 1508 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in VisitObjectLiteral() 1511 FastCloneShallowObjectStub stub(properties_count); in VisitObjectLiteral()
|
D | lithium-codegen-mips.cc | 4599 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) { in DoObjectLiteral() 4602 FastCloneShallowObjectStub stub(properties_count); in DoObjectLiteral()
|
D | code-stubs-mips.cc | 376 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 1158 code-creation,Stub,3,0x4241e6a0,226,"FastCloneShallowObjectStub" 1249 code-creation,Stub,3,0x42429060,238,"FastCloneShallowObjectStub" 1250 code-creation,Stub,3,0x42429160,230,"FastCloneShallowObjectStub" 1295 code-creation,Stub,3,0x4242bb00,242,"FastCloneShallowObjectStub" 1305 code-creation,Stub,3,0x4242c700,250,"FastCloneShallowObjectStub" 1309 code-creation,Stub,3,0x4242cd40,254,"FastCloneShallowObjectStub" 2306 code-creation,Stub,3,0x42439f80,262,"FastCloneShallowObjectStub"
|