Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

73   V(DictionaryElementsAccessor, DICTIONARY_ELEMENTS, SeededNumberDictionary)  \
161 SeededNumberDictionary* from = SeededNumberDictionary::cast(from_base);
191 if (entry != SeededNumberDictionary::kNotFound) {
402 SeededNumberDictionary* from = SeededNumberDictionary::cast(from_base);
423 if (entry != SeededNumberDictionary::kNotFound) {
995 Handle<SeededNumberDictionary> Normalize(Handle<JSObject> object) final {
999 static Handle<SeededNumberDictionary> NormalizeImpl(
1002 return Handle<SeededNumberDictionary>();
1298 SeededNumberDictionary* dict = SeededNumberDictionary::cast(backing_store);
1305 Handle<SeededNumberDictionary> dict =
1306 Handle<SeededNumberDictionary>::cast(backing_store);
1365 Handle<SeededNumberDictionary> dict(
1366 SeededNumberDictionary::cast(obj->elements()));
1368 Handle<Object> result = SeededNumberDictionary::DeleteProperty(dict, entry);
1372 SeededNumberDictionary::Shrink(dict, index);
1379 SeededNumberDictionary* dict = SeededNumberDictionary::cast(backing_store);
1394 SeededNumberDictionary* backing_store = SeededNumberDictionary::cast(store);
1410 SeededNumberDictionary::cast(backing_store)->ValueAtPut(entry, value);
1417 SeededNumberDictionary* dictionary = SeededNumberDictionary::cast(*store);
1430 Handle<SeededNumberDictionary> dictionary =
1433 : handle(SeededNumberDictionary::cast(object->elements()));
1434 Handle<SeededNumberDictionary> new_dictionary =
1435 SeededNumberDictionary::AddNumberEntry(dictionary, index, value,
1445 SeededNumberDictionary* dict = SeededNumberDictionary::cast(store);
1452 SeededNumberDictionary* dict = SeededNumberDictionary::cast(store);
1462 SeededNumberDictionary* dictionary = SeededNumberDictionary::cast(store);
1464 if (entry == SeededNumberDictionary::kNotFound) return kMaxUInt32;
1479 return SeededNumberDictionary::cast(backing_store)->DetailsAt(entry);
1482 static uint32_t FilterKey(Handle<SeededNumberDictionary> dictionary,
1494 Handle<SeededNumberDictionary> dictionary,
1507 Handle<SeededNumberDictionary> dictionary =
1508 Handle<SeededNumberDictionary>::cast(backing_store);
1539 Handle<SeededNumberDictionary> dictionary =
1540 Handle<SeededNumberDictionary>::cast(backing_store);
1559 Handle<SeededNumberDictionary> dictionary(
1560 SeededNumberDictionary::cast(receiver->elements()), isolate);
1579 SeededNumberDictionary* dictionary =
1580 SeededNumberDictionary::cast(receiver->elements());
1627 Handle<SeededNumberDictionary> dictionary(
1628 SeededNumberDictionary::cast(receiver->elements()), isolate);
1633 if (entry == SeededNumberDictionary::kNotFound) {
1679 SeededNumberDictionary::cast(receiver->elements()), isolate);
1693 Handle<SeededNumberDictionary> dictionary(
1694 SeededNumberDictionary::cast(receiver->elements()), isolate);
1699 if (entry == SeededNumberDictionary::kNotFound) {
1741 SeededNumberDictionary::cast(receiver->elements()), isolate);
1760 static Handle<SeededNumberDictionary> NormalizeImpl(
1772 Handle<SeededNumberDictionary> dictionary =
1773 SeededNumberDictionary::New(isolate, capacity);
1782 dictionary = SeededNumberDictionary::AddNumberEntry(dictionary, i, value,
1859 if (4 * SeededNumberDictionary::ComputeCapacity(num_used) *
1860 SeededNumberDictionary::kEntrySize >
1874 Handle<SeededNumberDictionary> dictionary =
3266 Handle<SeededNumberDictionary> dict(
3267 SeededNumberDictionary::cast(parameter_map->get(1)));
3270 Handle<Object> result = SeededNumberDictionary::DeleteProperty(dict, entry);
3274 SeededNumberDictionary::Shrink(dict, index);
3284 Handle<SeededNumberDictionary> dictionary =
3286 ? Handle<SeededNumberDictionary>::cast(old_elements)
3289 Handle<SeededNumberDictionary> new_dictionary =
3290 SeededNumberDictionary::AddNumberEntry(dictionary, index, value,
3321 Handle<SeededNumberDictionary> arguments(
3322 SeededNumberDictionary::cast(parameter_map->get(1)), isolate);
3323 arguments = SeededNumberDictionary::AddNumberEntry(
3380 static Handle<SeededNumberDictionary> NormalizeImpl(
3417 Handle<SeededNumberDictionary> dictionary =
3643 static Handle<SeededNumberDictionary> NormalizeImpl(