Lines Matching defs:table
21 #include "src/objects/hash-table.h"
28 #include "src/objects/ordered-hash-table-inl.h"
460 Derived table = Derived::cast(obj);
461 // Only data table part contains tagged values.
463 (offset < table.GetBucketsStartOffset());
469 Derived table = Derived::cast(obj);
471 int end_offset = table.GetBucketsStartOffset();
476 Derived table = Derived::cast(obj);
477 return Derived::SizeFor(table.Capacity());
489 SwissNameDictionary table = SwissNameDictionary::unchecked_cast(obj);
493 (offset < table.DataTableEndOffset(table.Capacity()));
499 SwissNameDictionary table = SwissNameDictionary::unchecked_cast(obj);
503 int end_offset = table.DataTableEndOffset(table.Capacity());
508 SwissNameDictionary table = SwissNameDictionary::unchecked_cast(obj);
509 return SwissNameDictionary::SizeFor(table.Capacity());
1376 EphemeronHashTable table = EphemeronHashTable::unchecked_cast(obj);
1377 for (InternalIndex i : table.IterateEntries()) {