Home
last modified time | relevance | path

Searched refs:CellAt (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dlookup.cc418 Handle<PropertyCell> cell(dictionary->CellAt(dictionary_entry()), in PrepareForDataProperty()
949 return handle(holder->global_dictionary()->CellAt(dictionary_entry()), in GetPropertyCell()
990 dictionary->CellAt(dictionary_entry())->set_value(*value); in WriteDataValue()
1073 PropertyCell* cell = dict->CellAt(number_); in LookupInSpecialHolder()
Dobjects-inl.h2949 PropertyCell* GlobalDictionary::CellAt(int entry) { in CellAt() function
2963 Name* GlobalDictionary::NameAt(int entry) { return CellAt(entry)->name(); } in NameAt()
2964 Object* GlobalDictionary::ValueAt(int entry) { return CellAt(entry)->value(); } in ValueAt()
3039 return dict->CellAt(entry)->property_details(); in DetailsAt()
3046 PropertyCell* cell = dict->CellAt(entry); in DetailsAtPut()
Dobjects.cc16976 cell = handle(dictionary->CellAt(entry), isolate); in EnsureEmptyPropertyCell()
18609 Handle<PropertyCell> cell(dictionary->CellAt(entry), isolate); in InvalidateEntry()
18692 Handle<PropertyCell> cell(dictionary->CellAt(entry), isolate); in PrepareForValue()
Dbootstrapper.cc5569 Handle<PropertyCell> cell(properties->CellAt(index), isolate()); in TransferNamedProperties()
/external/v8/src/objects/
Ddictionary.h228 inline PropertyCell* CellAt(int entry);
/external/v8/src/runtime/
Druntime-object.cc87 PropertyCell* cell = dictionary->CellAt(entry); in KeyedGetObjectProperty()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1468 PropertyCell* cell = dictionary->CellAt(i); in ExtractPropertyReferences()