Lines Matching refs:element_dictionary
3029 Handle<SeededNumberDictionary> dictionary(js_proto->element_dictionary()); in SetElementWithCallbackSetterInPrototypes()
5318 SeededNumberDictionary* dictionary = object->element_dictionary(); in Freeze()
5526 Handle<SeededNumberDictionary> element_dictionary( in StructureWalk() local
5527 copy->element_dictionary()); in StructureWalk()
5528 int capacity = element_dictionary->Capacity(); in StructureWalk()
5530 Object* k = element_dictionary->KeyAt(i); in StructureWalk()
5531 if (element_dictionary->IsKey(k)) { in StructureWalk()
5532 Handle<Object> value(element_dictionary->ValueAt(i), isolate); in StructureWalk()
5540 element_dictionary->ValueAtPut(i, *result); in StructureWalk()
5950 if (UpdateGetterSetterInDictionary(object->element_dictionary(), in DefineElementAccessor()
6286 SeededNumberDictionary* dictionary = js_object->element_dictionary(); in GetAccessor()
12899 SeededNumberDictionary* dictionary = element_dictionary(); in GetElementsCapacityAndUsage()
13015 SeededNumberDictionary* dictionary = element_dictionary(); in ShouldConvertToFastDoubleElements()
13455 element_dictionary()->CopyKeysTo(storage, in GetOwnElementKeys()
13459 counter += element_dictionary()->NumberOfElementsFilterAttributes(filter); in GetOwnElementKeys()
14135 Handle<SeededNumberDictionary> dict(object->element_dictionary(), isolate); in PrepareSlowElementsForSort()
14230 Handle<SeededNumberDictionary> dict(object->element_dictionary()); in PrepareElementsForSort()