Searched refs:properties_count (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc1496 int properties_count = constant_properties->length() / 2; local
1500 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1503 FastCloneShallowObjectStub stub(properties_count);
H A Dlithium-codegen-arm.cc4698 int properties_count = constant_properties->length() / 2; local
4702 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
4705 FastCloneShallowObjectStub stub(properties_count);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1450 int properties_count = constant_properties->length() / 2; local
1454 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1457 FastCloneShallowObjectStub stub(properties_count);
H A Dlithium-codegen-ia32.cc4551 int properties_count = constant_properties->length() / 2; local
4555 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
4558 FastCloneShallowObjectStub stub(properties_count);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1504 int properties_count = constant_properties->length() / 2; local
1508 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1511 FastCloneShallowObjectStub stub(properties_count);
H A Dlithium-codegen-mips.cc4595 int properties_count = constant_properties->length() / 2; local
4599 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
4602 FastCloneShallowObjectStub stub(properties_count);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1403 int properties_count = constant_properties->length() / 2; local
1407 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1410 FastCloneShallowObjectStub stub(properties_count);
H A Dlithium-codegen-x64.cc4316 int properties_count = constant_properties->length() / 2; local
4320 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
4323 FastCloneShallowObjectStub stub(properties_count);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1651 int properties_count = constant_properties->length() / 2; local
1655 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1659 FastCloneShallowObjectStub stub(properties_count);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1586 int properties_count = constant_properties->length() / 2; local
1590 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1603 FastCloneShallowObjectStub stub(properties_count);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1663 int properties_count = constant_properties->length() / 2; local
1667 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1671 FastCloneShallowObjectStub stub(properties_count);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1607 int properties_count = constant_properties->length() / 2; local
1611 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
1624 FastCloneShallowObjectStub stub(properties_count);

Completed in 214 milliseconds