Searched refs:kMaxInObjectProperties (Results 1 – 3 of 3) sorted by relevance
2706 static const int kMaxInObjectProperties = variable2708 STATIC_ASSERT(kMaxInObjectProperties <= kMaxNumberOfDescriptors);2713 STATIC_ASSERT(kMaxEmbedderFields <= kMaxInObjectProperties);
9832 if (inobject_properties > JSObject::kMaxInObjectProperties) { in Create()9833 inobject_properties = JSObject::kMaxInObjectProperties; in Create()14098 CHECK_LE(max_nof_fields, JSObject::kMaxInObjectProperties); in CalculateInstanceSizeHelper()14134 if (expected_nof_properties <= JSObject::kMaxInObjectProperties - count) { in CalculateInstanceSizeForDerivedClass()14137 expected_nof_properties = JSObject::kMaxInObjectProperties; in CalculateInstanceSizeForDerivedClass()14305 STATIC_ASSERT(JSObject::kMaxInObjectProperties <= kMaxUInt8); in SetExpectedNofPropertiesFromEstimate()
246 const int kMaxFastLiteralProperties = JSObject::kMaxInObjectProperties;