Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

2149   inline SeededNumberDictionary* element_dictionary();  // Gets slow elements.
2390 // SeededNumberDictionary dictionary. Returns the backing after conversion.
2391 static Handle<SeededNumberDictionary> NormalizeElements(
2394 void RequireSlowElements(SeededNumberDictionary* dictionary);
3607 // TODO(dcarney): templatize or move to SeededNumberDictionary
3851 class SeededNumberDictionary
3852 : public Dictionary<SeededNumberDictionary,
3856 DECLARE_CAST(SeededNumberDictionary)
3859 MUST_USE_RESULT static Handle<SeededNumberDictionary> AtNumberPut(
3860 Handle<SeededNumberDictionary> dictionary, uint32_t key,
3862 MUST_USE_RESULT static Handle<SeededNumberDictionary> AddNumberEntry(
3863 Handle<SeededNumberDictionary> dictionary, uint32_t key,
3869 MUST_USE_RESULT static Handle<SeededNumberDictionary> Set(
3870 Handle<SeededNumberDictionary> dictionary, uint32_t key,