Home
last modified time | relevance | path

Searched refs:DetailsAt (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dlookup-inl.h53 property_details_ = dict->DetailsAt(number_); in LookupInHolder()
Delements.cc1366 PropertyDetails details = dict->DetailsAt(i); in SetLengthWithoutNormalize()
1475 PropertyDetails details = backing_store->DetailsAt(entry); in GetImpl()
1495 return dictionary->DetailsAt(entry).attributes(); in GetAttributesImpl()
1509 backing_store->DetailsAt(entry).type() == CALLBACKS && in GetAccessorPairImpl()
Dobjects.cc666 PropertyDetails original_details = property_dictionary->DetailsAt(entry); in SetNormalizedProperty()
702 PropertyDetails details = dictionary->DetailsAt(entry); in DeleteNormalizedProperty()
3032 PropertyDetails details = dictionary->DetailsAt(entry); in SetElementWithCallbackSetterInPrototypes()
4294 PropertyType type = dictionary->DetailsAt(i).type(); in MigrateSlowToFast()
4352 PropertyDetails details = dictionary->DetailsAt(i); in MigrateSlowToFast()
5210 PropertyDetails details = dictionary->DetailsAt(i); in FreezeDictionary()
5910 PropertyDetails details = dictionary->DetailsAt(entry); in UpdateGetterSetterInDictionary()
6290 if (dictionary->DetailsAt(entry).type() == CALLBACKS && in GetAccessor()
12074 PropertyDetails details = dictionary->DetailsAt(entry); in SetDictionaryElement()
14157 PropertyDetails details = dict->DetailsAt(i); in PrepareSlowElementsForSort()
[all …]
Dbootstrapper.cc2540 PropertyDetails details = properties->DetailsAt(i); in TransferNamedProperties()
Dobjects.h3498 PropertyDetails DetailsAt(int entry) { in DetailsAt() function
Druntime.cc4959 (dictionary->DetailsAt(entry).type() == NORMAL)) { in RUNTIME_FUNCTION()