Searched defs:enumeration_index (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc1637 int enumeration_index = original_details.dictionary_index(); local
1638 DCHECK(enumeration_index > 0);
1639 details = details.set_index(enumeration_index);
5834 int enumeration_index = details.dictionary_index(); local
5840 descriptors->Set(enumeration_index - 1, &d);
5853 descriptors->Set(enumeration_index - 1, &d);
5857 descriptors->Set(enumeration_index - 1, &d);
9445 int enumeration_index,
9448 desc, enumeration_index, NONE, slack);
9454 int enumeration_index,
9443 CopyUpTo( Handle<DescriptorArray> desc, int enumeration_index, int slack) argument
9452 CopyUpToAddAttributes( Handle<DescriptorArray> desc, int enumeration_index, PropertyAttributes attributes, int slack) argument
[all...]

Completed in 100 milliseconds