Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

2092     SeededNumberDictionary* dictionary =
2095 if (entry != SeededNumberDictionary::kNotFound) {
3455 Handle<SeededNumberDictionary> JSObject::NormalizeElements(
3459 SeededNumberDictionary);
3487 SeededNumberDictionary* dictionary = NULL;
3489 MaybeObject* maybe = SeededNumberDictionary::Allocate(used_elements);
3491 dictionary = SeededNumberDictionary::cast(object);
3522 dictionary = SeededNumberDictionary::cast(result);
4014 SeededNumberDictionary::cast(elements)->SlowReverseLookup(object);
4160 SeededNumberDictionary* dictionary = NULL;
4162 if (!maybe->To<SeededNumberDictionary>(&dictionary)) return maybe;
4327 SeededNumberDictionary* dictionary,
4333 if (entry != SeededNumberDictionary::kNotFound) {
4390 SeededNumberDictionary* dictionary =
4391 SeededNumberDictionary::cast(arguments);
4480 SeededNumberDictionary* dictionary;
4694 SeededNumberDictionary* dictionary = js_object->element_dictionary();
4696 if (entry != SeededNumberDictionary::kNotFound) {
8871 SeededNumberDictionary::kNotFound) {
8888 SeededNumberDictionary* dictionary =
8889 SeededNumberDictionary::cast(arguments);
8890 if (dictionary->FindEntry(index) != SeededNumberDictionary::kNotFound) {
9237 SeededNumberDictionary* dictionary = NULL;
9239 dictionary = SeededNumberDictionary::cast(elements->get(1));
9241 dictionary = SeededNumberDictionary::cast(elements);
9245 if (entry != SeededNumberDictionary::kNotFound) {
9311 if (dictionary != SeededNumberDictionary::cast(new_dictionary)) {
9317 dictionary = SeededNumberDictionary::cast(new_dictionary);
9543 SeededNumberDictionary* dictionary;
9817 SeededNumberDictionary* dictionary =
9818 SeededNumberDictionary::cast(backing_store);
9833 SeededNumberDictionary* dictionary =
9834 SeededNumberDictionary::cast(FixedArray::cast(elements()));
9879 int dictionary_size = SeededNumberDictionary::ComputeCapacity(used_elements) *
9880 SeededNumberDictionary::kEntrySize;
9894 SeededNumberDictionary* dictionary = NULL;
9896 dictionary = SeededNumberDictionary::cast(elements->get(1));
9898 dictionary = SeededNumberDictionary::cast(elements);
9913 SeededNumberDictionary::kEntrySize;
9923 SeededNumberDictionary* dictionary =
9924 SeededNumberDictionary::cast(elements());
10144 != SeededNumberDictionary::kNotFound;
10398 SeededNumberDictionary::SORTED);
10410 SeededNumberDictionary* dictionary =
10411 SeededNumberDictionary::cast(arguments);
10414 storage, filter, SeededNumberDictionary::UNSORTED);
11175 SeededNumberDictionary* dict = element_dictionary();
11188 SeededNumberDictionary::Allocate(dict->NumberOfElements());
11191 SeededNumberDictionary* new_dict = SeededNumberDictionary::cast(obj);
11275 SeededNumberDictionary* dict = element_dictionary();
12131 void SeededNumberDictionary::UpdateMaxNumberKey(uint32_t key) {
12150 MaybeObject* SeededNumberDictionary::AddNumberEntry(uint32_t key,
12166 MaybeObject* SeededNumberDictionary::AtNumberPut(uint32_t key, Object* value) {
12178 Handle<SeededNumberDictionary> SeededNumberDictionary::Set(
12179 Handle<SeededNumberDictionary> dictionary,
12185 SeededNumberDictionary);
12199 MaybeObject* SeededNumberDictionary::Set(uint32_t key,