Lines Matching refs:dictionary
401 * or a dictionary for sparse array. Since Dictionary is a subtype
404 * whether the storage is a FixedArray or Dictionary.
457 // Fall-through to dictionary mode.
467 // Dictionary needed to grow.
482 // provided-for index range, go to dictionary mode now.
523 // Convert storage to dictionary mode.
616 SeededNumberDictionary* dictionary =
618 Isolate* isolate = dictionary->GetIsolate();
619 int capacity = dictionary->Capacity();
621 Object* key = dictionary->KeyAt(i);
622 if (dictionary->IsKey(isolate, key)) {
1003 // dictionary.
1092 // TODO(126): move 25% pre-allocation logic into Dictionary::Allocate