Home
last modified time | relevance | path

Searched refs:properties_count (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.cc153 expr->properties_count() > in MustCreateObjectLiteralWithRuntime()
/external/v8/src/ast/
Dast.h1507 int properties_count() const { return constant_properties_->length() / 2; } in properties_count() function
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1419 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1492 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1497 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1427 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1453 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1503 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1496 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1461 FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); in VisitObjectLiteral()