Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty.h237 details_ = holder->property_dictionary()->DetailsAt(entry); in DictionaryResult()
Dobjects.cc481 property_dictionary()->DetailsAt(entry).index()); in SetNormalizedProperty()
502 PropertyDetails details = dictionary->DetailsAt(entry); in DeleteNormalizedProperty()
1786 new_enumeration_index = dictionary->DetailsAt(old_index).index(); in ReplaceSlowProperty()
2096 PropertyDetails details = dictionary->DetailsAt(entry); in SetElementWithCallbackSetterInPrototypes()
2508 PropertyDetails d = property_dictionary()->DetailsAt(entry); in LocalLookupRealNamedProperty()
4335 PropertyDetails details = dictionary->DetailsAt(entry); in UpdateGetterSetterInDictionary()
4698 if (dictionary->DetailsAt(entry).type() == CALLBACKS && in LookupAccessor()
9247 PropertyDetails details = dictionary->DetailsAt(entry); in SetDictionaryElement()
10928 switch (DetailsAt(entry).type()) { in ContainsTransition()
11206 PropertyDetails details = dict->DetailsAt(i); in PrepareSlowElementsForSort()
[all …]
Delements.cc1029 PropertyDetails details = dict->DetailsAt(i); in SetLengthWithoutNormalize()
1147 PropertyDetails details = backing_store->DetailsAt(entry); in GetImpl()
Dbootstrapper.cc2232 PropertyDetails details = properties->DetailsAt(i); in TransferNamedProperties()
Druntime.cc1060 PropertyDetails details = dictionary->DetailsAt(entry); in GetOwnProperty()
2133 PropertyDetails details = function->property_dictionary()->DetailsAt(entry); in RUNTIME_FUNCTION()
4282 (dictionary->DetailsAt(entry).type() == NORMAL)) { in RUNTIME_FUNCTION()
4853 PropertyDetails details = dictionary->DetailsAt(entry); in RUNTIME_FUNCTION()
Dobjects.h2996 PropertyDetails DetailsAt(int entry) { in DetailsAt() function