Home
last modified time | relevance | path

Searched refs:FastCloneShallowObjectStub (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-flags.cc28 FastCloneShallowObjectStub::kMaximumClonedProperties <= in Encode()
31 FastCloneShallowObjectStub::kMaximumClonedProperties); in Encode()
Dbytecode-generator.cc1572 FastCloneShallowObjectStub::IsSupported(expr), in VisitObjectLiteral()
1573 FastCloneShallowObjectStub::PropertiesCount(expr->properties_count()), in VisitObjectLiteral()
Dinterpreter.cc2163 Node* result = FastCloneShallowObjectStub::GenerateFastPath( in DoCreateObjectLiteral()
/external/v8/src/
Dcode-factory.cc368 FastCloneShallowObjectStub stub(isolate, length); in FastCloneShallowObject()
Dcode-stubs.cc2216 bool FastCloneShallowObjectStub::IsSupported(ObjectLiteral* expr) { in IsSupported()
2225 int FastCloneShallowObjectStub::PropertiesCount(int literal_length) { in PropertiesCount()
2236 compiler::Node* FastCloneShallowObjectStub::GenerateFastPath( in GenerateFastPath()
2318 void FastCloneShallowObjectStub::GenerateAssembly( in GenerateAssembly()
Dcode-stubs.h984 class FastCloneShallowObjectStub : public TurboFanCodeStub {
989 FastCloneShallowObjectStub(Isolate* isolate, int length) in FastCloneShallowObjectStub() function
/external/v8/src/compiler/
Djs-generic-lowering.cc504 p.length() <= FastCloneShallowObjectStub::kMaximumClonedProperties) { in LowerJSCreateLiteralObject()
/external/v8/src/full-codegen/
Dfull-codegen.cc205 !FastCloneShallowObjectStub::IsSupported(expr); in MustCreateObjectLiteralWithRuntime()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1322 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1285 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1293 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1339 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1369 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1354 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1368 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1368 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1301 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()