Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

240       SeededNumberDictionary* element_dictionary = copy->element_dictionary();
1052 SeededNumberDictionary* dictionary = NULL;
1054 dictionary = SeededNumberDictionary::cast(elements->get(1));
1056 dictionary = SeededNumberDictionary::cast(elements);
1059 ASSERT(entry != SeededNumberDictionary::kNotFound);
4844 SeededNumberDictionary* dictionary = NULL;
4847 dictionary = SeededNumberDictionary::cast(elements->get(1));
4849 dictionary = SeededNumberDictionary::cast(elements);
4852 ASSERT(entry != SeededNumberDictionary::kNotFound);
9336 Handle<SeededNumberDictionary> dict(
9337 SeededNumberDictionary::cast(*storage_));
9338 Handle<SeededNumberDictionary> result =
9378 Handle<SeededNumberDictionary> slow_storage(
9386 Handle<SeededNumberDictionary> new_storage =
9438 Handle<SeededNumberDictionary> dictionary(
9439 SeededNumberDictionary::cast(array->elements()));
9542 Handle<SeededNumberDictionary> dict(
9543 SeededNumberDictionary::cast(object->elements()));
9678 Handle<SeededNumberDictionary> dict(receiver->element_dictionary());
9922 int result = SeededNumberDictionary::cast(elements)->NumberOfElements();