Lines Matching refs:ValueAt
2668 PropertyCell* cell = PropertyCell::cast(dict->ValueAt(entry)); in AddSlowProperty()
5681 Object* value = dictionary->ValueAt(index); in MigrateSlowToFast()
5745 Object* value = dictionary->ValueAt(index); in MigrateSlowToFast()
7836 Object* v = dictionary->ValueAt(i); in ApplyAttributesToDictionary()
8183 Handle<Object> value(element_dictionary->ValueAt(i), isolate); in StructureWalk()
15776 Object* value = dictionary->ValueAt(i); in BestFittingFastElementsKind()
16183 os << ": " << Brief(this->ValueAt(i)) << " " << this->DetailsAt(i); in Print()
16199 elements->set(pos++, this->ValueAt(i), mode); in CopyValuesTo()
17481 Handle<Object> value(dict->ValueAt(i), isolate); in PrepareSlowElementsForSort()
17725 DCHECK(dictionary->ValueAt(entry)->IsPropertyCell()); in EnsurePropertyCell()
17726 cell = handle(PropertyCell::cast(dictionary->ValueAt(entry))); in EnsurePropertyCell()
18475 Object* accessors = raw_dict->ValueAt(i); in CollectKeysTo()
18504 Object* e = this->ValueAt(i); in SlowReverseLookup()
19614 DCHECK(dictionary->ValueAt(entry)->IsPropertyCell()); in InvalidateEntry()
19615 Handle<PropertyCell> cell(PropertyCell::cast(dictionary->ValueAt(entry))); in InvalidateEntry()
19699 DCHECK(dictionary->ValueAt(entry)->IsPropertyCell()); in UpdateCell()
19700 Handle<PropertyCell> cell(PropertyCell::cast(dictionary->ValueAt(entry))); in UpdateCell()