Lines Matching defs:entry
16 Isolate* isolate, Handle<SwissNameDictionary> table, InternalIndex entry) {
18 DCHECK(IsFull(table->GetCtrl(entry.as_int())));
20 int i = entry.as_int();
58 int entry = table->EntryForEnumerationIndex(enum_index);
62 if (table->ToKey(roots, entry, &key)) {
63 Object value = table->ValueAtRaw(entry);
64 PropertyDetails details = table->DetailsAt(entry);
69 // select the correct meta table entry size (based on the capacity of the
170 // where size of each entry depends on table capacity.
200 // then moves each entry to its new bucket by swapping entries (see
228 int entry = EntryForEnumerationIndex(enum_index);
230 if (!ToKey(roots, entry, &key)) continue;
233 Entry{Name::cast(key), ValueAtRaw(entry), DetailsAt(entry)};
244 // select the correct meta table entry size (based on the capacity of the