Home
last modified time | relevance | path

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

/external/v8/src/
Dkeys.cc232 if (!map->OnlyHasSimpleProperties()) return; in TrySettingEmptyEnumCache()
295 DCHECK(map->OnlyHasSimpleProperties()); in GetFastEnumPropertyKeys()
308 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
355 if (map->OnlyHasSimpleProperties()) map->SetEnumLength(enum_length); in GetFastEnumPropertyKeys()
Dobjects.cc2157 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastAssign()
8956 bool Map::OnlyHasSimpleProperties() const { in OnlyHasSimpleProperties() function in v8::internal::Map
8970 if (!map->OnlyHasSimpleProperties()) return Just(false); in FastGetOwnValuesOrEntries()
/external/v8/src/objects/
Dmap.h608 bool OnlyHasSimpleProperties() const;
/external/v8/src/ic/
Dic.cc2458 !map->OnlyHasSimpleProperties()) { in CanFastCloneObject()