Lines Matching refs:new_dictionary
9307 FixedArrayBase* new_dictionary;9310 if (!maybe->To(&new_dictionary)) return maybe;9311 if (dictionary != SeededNumberDictionary::cast(new_dictionary)) {9313 elements->set(1, new_dictionary);9315 set_elements(new_dictionary);9317 dictionary = SeededNumberDictionary::cast(new_dictionary);