Home
last modified time | relevance | path

Searched refs:pre_allocated_property_fields (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects-printer.cc439 << pre_allocated_property_fields() << "\n"; in MapPrint()
Dobjects-debug.cc315 CHECK_EQ(0, pre_allocated_property_fields()); in DictionaryMapVerify()
Dbootstrapper.cc1237 DCHECK_EQ(2, map->pre_allocated_property_fields()); in InitializeGlobal()
Dobjects-inl.h2078 int pre_allocated = map->pre_allocated_property_fields(); in InitializeBody()
4246 int Map::pre_allocated_property_fields() { in pre_allocated_property_fields() function
Dobjects.h5607 inline int pre_allocated_property_fields();
6064 return pre_allocated_property_fields() + unused_property_fields() - in InitialPropertiesLength()
Dobjects.cc6465 map->pre_allocated_property_fields()); in CopyDropDescriptors()