Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

5742     Handle<SeededNumberDictionary> new_elements =
5743 SeededNumberDictionary::New(isolate, 0);
5751 void JSObject::RequireSlowElements(SeededNumberDictionary* dictionary) {
5762 Handle<SeededNumberDictionary> JSObject::NormalizeElements(
5777 return handle(SeededNumberDictionary::cast(elements), isolate);
5786 Handle<SeededNumberDictionary> dictionary =
7189 SeededNumberDictionary::cast(elements)->SlowReverseLookup(object);
7495 Handle<SeededNumberDictionary> dictionary = NormalizeElements(object);
7653 Handle<SeededNumberDictionary> new_element_dictionary;
7743 Handle<SeededNumberDictionary> dictionary(object->element_dictionary(),
7937 Handle<SeededNumberDictionary> element_dictionary(
8121 SeededNumberDictionary* elements =
8122 SeededNumberDictionary::cast(object->elements());
8346 if (SeededNumberDictionary::cast(arguments)->requires_slow_elements()) {
15281 int dictionary_size = SeededNumberDictionary::ComputeCapacity(used_elements) *
15282 SeededNumberDictionary::kEntrySize;
15306 SeededNumberDictionary* dictionary = object->element_dictionary();
15324 SeededNumberDictionary* dictionary,
15344 SeededNumberDictionary::kEntrySize;
15392 SeededNumberDictionary::cast(elements),
16544 template class Dictionary<SeededNumberDictionary,
16552 template Handle<SeededNumberDictionary>
16553 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::New(
16557 template Handle<SeededNumberDictionary>
16558 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape,
16579 template Handle<SeededNumberDictionary>
16580 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::
16581 AtPut(Handle<SeededNumberDictionary>, uint32_t, Handle<Object>);
16588 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::
16600 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape,
16601 uint32_t>::DeleteProperty(Handle<SeededNumberDictionary>, int);
16620 template Handle<SeededNumberDictionary>
16621 HashTable<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::
16622 Shrink(Handle<SeededNumberDictionary>, uint32_t);
16642 template Handle<SeededNumberDictionary>
16643 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::Add(
16644 Handle<SeededNumberDictionary>, uint32_t, Handle<Object>, PropertyDetails,
16652 template Handle<SeededNumberDictionary>
16653 Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>::
16654 EnsureCapacity(Handle<SeededNumberDictionary>, int, uint32_t);
16667 template int HashTable<SeededNumberDictionary, SeededNumberDictionaryShape,
16724 Handle<SeededNumberDictionary> dict(object->element_dictionary(), isolate);
16725 Handle<SeededNumberDictionary> new_dict =
16726 SeededNumberDictionary::New(isolate, dict->NumberOfElements());
16762 Handle<Object> result = SeededNumberDictionary::AddNumberEntry(
16773 Handle<Object> result = SeededNumberDictionary::AddNumberEntry(
16789 Handle<Object> result = SeededNumberDictionary::AddNumberEntry(
16824 Handle<SeededNumberDictionary> dict(object->element_dictionary());
17848 bool SeededNumberDictionary::HasComplexElements() {
17864 void SeededNumberDictionary::UpdateMaxNumberKey(
17887 Handle<SeededNumberDictionary> SeededNumberDictionary::AddNumberEntry(
17888 Handle<SeededNumberDictionary> dictionary, uint32_t key,
17917 Handle<SeededNumberDictionary> SeededNumberDictionary::AtNumberPut(
17918 Handle<SeededNumberDictionary> dictionary, uint32_t key,
17932 Handle<SeededNumberDictionary> SeededNumberDictionary::Set(
17933 Handle<SeededNumberDictionary> dictionary, uint32_t key,