Home
last modified time | relevance | path

Searched refs:enumeration_index (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dobjects.cc754 int enumeration_index; in SetNormalizedProperty() local
757 enumeration_index = property_dictionary->NextEnumerationIndex(); in SetNormalizedProperty()
758 property_dictionary->SetNextEnumerationIndex(enumeration_index + 1); in SetNormalizedProperty()
760 enumeration_index = original_details.dictionary_index(); in SetNormalizedProperty()
761 ASSERT(enumeration_index > 0); in SetNormalizedProperty()
765 details.attributes(), details.type(), enumeration_index); in SetNormalizedProperty()
7076 int enumeration_index, in CopyUpToAddAttributes() argument
7079 desc->CopyUpToAddAttributes(enumeration_index, attributes), in CopyUpToAddAttributes()
7085 int enumeration_index, PropertyAttributes attributes) { in CopyUpToAddAttributes() argument
7086 if (enumeration_index == 0) return GetHeap()->empty_descriptor_array(); in CopyUpToAddAttributes()
[all …]
Dobjects.h3312 MUST_USE_RESULT MaybeObject* CopyUpTo(int enumeration_index) { in CopyUpTo() argument
3313 return CopyUpToAddAttributes(enumeration_index, NONE); in CopyUpTo()
3318 int enumeration_index,
3321 int enumeration_index,
/external/v8/src/
Dobjects.cc5768 int enumeration_index = NextEnumerationIndex(); in CopyInsert() local
5774 descriptor->SetEnumerationIndex(enumeration_index); in CopyInsert()
5775 ++enumeration_index; in CopyInsert()
5778 new_descriptors->SetNextEnumerationIndex(enumeration_index); in CopyInsert()