Searched refs:FastCloneShallowObjectStub (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ |
D | code-factory.cc | 252 FastCloneShallowObjectStub stub(isolate, length); in FastCloneShallowObject()
|
D | code-stubs.cc | 695 void FastCloneShallowObjectStub::InitializeDescriptor( in InitializeDescriptor()
|
D | code-stubs-hydrogen.cc | 565 HValue* CodeStubGraphBuilder<FastCloneShallowObjectStub>::BuildCodeStub() { in BuildCodeStub() 632 Handle<Code> FastCloneShallowObjectStub::GenerateCode() { in GenerateCode()
|
D | code-stubs.h | 753 class FastCloneShallowObjectStub : public HydrogenCodeStub { 758 FastCloneShallowObjectStub(Isolate* isolate, int length) in FastCloneShallowObjectStub() function
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 154 FastCloneShallowObjectStub::kMaximumClonedProperties; in MustCreateObjectLiteralWithRuntime()
|
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 1919 length <= FastCloneShallowObjectStub::kMaximumClonedProperties) { in ReduceJSCreateLiteralObject()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1453 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1492 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1497 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1461 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1503 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1419 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1427 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1496 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/chromium-trace/catapult/tracing/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"
|