Searched refs:NextFreePropertyIndex (Results 1 – 5 of 5) sorted by relevance
728 int NextFreePropertyIndex() const;
506 map()->NextFreePropertyIndex(); in JSObjectVerify()1932 info->number_of_fast_used_fields_ += map()->NextFreePropertyIndex(); in IncrementSpillStatistics()
3952 int index = map->NextFreePropertyIndex(); in CopyWithField()8942 int Map::NextFreePropertyIndex() const { in NextFreePropertyIndex() function in v8::internal::Map
2766 int length = map->NextFreePropertyIndex() - map->GetInObjectProperties(); in BuildExtendPropertiesBackingStore()
2787 DCHECK_EQ(map->NextFreePropertyIndex(), 0); in NewJSGlobalObject()