Lines Matching refs:Dictionary
72 // - Dictionary
730 V(Dictionary) \
1355 // properties is a FixedArray in the fast case and a Dictionary in the
1402 // a dictionary, and it will stay a dictionary.
1732 // Convert the object to use the canonical dictionary
2502 class Dictionary: public HashTable<Shape, Key> {
2505 static inline Dictionary<Shape, Key>* cast(Object* obj) {
2506 return reinterpret_cast<Dictionary<Shape, Key>*>(obj);
2544 // Delete a property from the dictionary.
2547 // Returns the number of elements in the dictionary filtering out properties
2551 // Returns the number of enumerable elements in the dictionary.
2568 // Returns a new array for dictionary usage. Might return Failure.
2600 // Add entry to dictionary.
2626 class StringDictionary: public Dictionary<StringDictionaryShape, String*> {
2659 class NumberDictionary: public Dictionary<NumberDictionaryShape, uint32_t> {
2680 // for the elements kept in this dictionary. We require slow
2688 // dictionary. max_number_key can only be called if
2740 // The cache for maps used by normalized (dictionary mode) objects.