Home
last modified time | relevance | path

Searched refs:own_property_count (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.cc5692 int own_property_count = object->map()->EnumLength(); in GetEnumPropertyKeys() local
5698 if (own_property_count == kInvalidEnumCacheSentinel) { in GetEnumPropertyKeys()
5699 own_property_count = object->map()->NumberOfDescribedProperties( in GetEnumPropertyKeys()
5702 DCHECK(own_property_count == object->map()->NumberOfDescribedProperties( in GetEnumPropertyKeys()
5714 if (own_property_count <= keys->length()) { in GetEnumPropertyKeys()
5715 if (cache_result) object->map()->SetEnumLength(own_property_count); in GetEnumPropertyKeys()
5717 return ReduceFixedArrayTo(keys, own_property_count); in GetEnumPropertyKeys()
5732 own_property_count); in GetEnumPropertyKeys()
5734 own_property_count); in GetEnumPropertyKeys()
5770 object->map()->SetEnumLength(own_property_count); in GetEnumPropertyKeys()
Druntime.cc5838 ScopedVector<int> own_property_count(length); in RUNTIME_FUNCTION() local
5857 own_property_count[i] = n; in RUNTIME_FUNCTION()
5882 j < next_copy_index + own_property_count[i]; j++) { in RUNTIME_FUNCTION()
5896 next_copy_index += own_property_count[i]; in RUNTIME_FUNCTION()