Searched refs:element_dictionary (Results 1 – 7 of 7) sorted by relevance
452 if (current->element_dictionary()->HasComplexElements()) { in RUNTIME_FUNCTION()
1104 SeededNumberDictionary* dict = element_dictionary(); in IncrementSpillStatistics()
7956 SeededNumberDictionary* dictionary = object->element_dictionary(); in PreventExtensionsWithTransition()8177 Handle<SeededNumberDictionary> element_dictionary( in StructureWalk() local8178 copy->element_dictionary()); in StructureWalk()8179 int capacity = element_dictionary->Capacity(); in StructureWalk()8181 Object* k = element_dictionary->KeyAt(i); in StructureWalk()8182 if (element_dictionary->IsKey(k)) { in StructureWalk()8183 Handle<Object> value(element_dictionary->ValueAt(i), isolate); in StructureWalk()8191 element_dictionary->ValueAtPut(i, *result); in StructureWalk()8950 current->element_dictionary()->requires_slow_elements()) { in DictionaryElementsInPrototypeChainOnly()15771 SeededNumberDictionary* dictionary = object->element_dictionary(); in BestFittingFastElementsKind()[all …]
1101 Handle<SeededNumberDictionary> dict(array->element_dictionary()); in IterateElements()
6762 SeededNumberDictionary* JSObject::element_dictionary() { in element_dictionary() function
2058 inline SeededNumberDictionary* element_dictionary(); // Gets slow elements.
1695 SeededNumberDictionary* dictionary = js_obj->element_dictionary(); in ExtractElementReferences()