Searched refs:kMaximumClonedProperties (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h413 static const int kMaximumClonedProperties = 6; member in class:v8::internal::FastCloneShallowObjectStub
417 ASSERT_LE(length_, kMaximumClonedProperties);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1500 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
H A Dlithium-codegen-arm.cc4702 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1454 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
H A Dlithium-codegen-ia32.cc4555 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1508 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
H A Dlithium-codegen-mips.cc4599 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1407 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {
H A Dlithium-codegen-x64.cc4320 properties_count > FastCloneShallowObjectStub::kMaximumClonedProperties) {

Completed in 355 milliseconds