Searched refs:FastCloneShallowObjectStub (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-flags.cc | 28 FastCloneShallowObjectStub::kMaximumClonedProperties <= in Encode() 31 FastCloneShallowObjectStub::kMaximumClonedProperties); in Encode()
|
D | bytecode-generator.cc | 1572 FastCloneShallowObjectStub::IsSupported(expr), in VisitObjectLiteral() 1573 FastCloneShallowObjectStub::PropertiesCount(expr->properties_count()), in VisitObjectLiteral()
|
D | interpreter.cc | 2163 Node* result = FastCloneShallowObjectStub::GenerateFastPath( in DoCreateObjectLiteral()
|
/external/v8/src/ |
D | code-factory.cc | 368 FastCloneShallowObjectStub stub(isolate, length); in FastCloneShallowObject()
|
D | code-stubs.cc | 2216 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()
|
D | code-stubs.h | 984 class FastCloneShallowObjectStub : public TurboFanCodeStub { 989 FastCloneShallowObjectStub(Isolate* isolate, int length) in FastCloneShallowObjectStub() function
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 504 p.length() <= FastCloneShallowObjectStub::kMaximumClonedProperties) { in LowerJSCreateLiteralObject()
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 205 !FastCloneShallowObjectStub::IsSupported(expr); in MustCreateObjectLiteralWithRuntime()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1322 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1285 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1293 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1339 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1369 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1354 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1368 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1368 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1301 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
|