Home | History | Annotate | Download | only in src

Lines Matching defs:SeededNumberDictionary

2109   inline SeededNumberDictionary* element_dictionary();  // Gets slow elements.
2582 // SeededNumberDictionary dictionary. Returns the backing after conversion.
2583 static Handle<SeededNumberDictionary> NormalizeElements(
3858 class SeededNumberDictionary
3861 static SeededNumberDictionary* cast(Object* obj) {
3863 return reinterpret_cast<SeededNumberDictionary*>(obj);
3874 MUST_USE_RESULT static Handle<SeededNumberDictionary> Set(
3875 Handle<SeededNumberDictionary> dictionary,