Home
last modified time | relevance | path

Searched refs:SetEnumLength (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dkeys.cc236 map->SetEnumLength(0); in TrySettingEmptyEnumCache()
308 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
355 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
452 map->SetEnumLength(0); in GetOwnKeysWithUninitializedEnumCache()
Dobjects.cc4654 current->SetEnumLength(kInvalidEnumCacheSentinel); in ReplaceDescriptors()
/external/v8/src/objects/
Dmap.h610 inline void SetEnumLength(int length);
Dmap-inl.h171 void Map::SetEnumLength(int length) { in SetEnumLength() function