Searched refs:property_count_ (Results 1 – 1 of 1) sorted by relevance
290 void IncPropertiesCount() { ++property_count_; } in IncPropertiesCount()294 return computed_count_ > 0 || property_count_ > kMaxNumberOfDescriptors; in HasDictionaryProperties()315 if (property_count_ || HasDictionaryProperties() || slack) { in CreateTemplates()318 isolate, property_count_ + computed_count_ + slack); in CreateTemplates()321 DescriptorArray::Allocate(isolate, 0, property_count_ + slack); in CreateTemplates()406 int property_count_ = 0; member in v8::internal::ObjectDescriptor