Lines Matching refs:bucket
652 // Get the index of the bucket.
656 const TNode<IntPtrT> bucket =
659 table, bucket, CollectionType::HashTableStartIndex() * kTaggedSize)));
661 // Walk the bucket chain.
701 // Load the index of the next entry in the bucket chain.
1599 // Store the key, value and connect the element to the bucket chain.
1610 const TNode<IntPtrT> bucket =
1613 table, bucket, OrderedHashMap::HashTableStartIndex() * kTaggedSize));
1631 // Update the bucket head.
1633 table, bucket, SmiTag(occupancy),
1771 // Store the key, value and connect the element to the bucket chain.
1782 const TNode<IntPtrT> bucket =
1785 table, bucket, OrderedHashSet::HashTableStartIndex() * kTaggedSize));
1799 // Update the bucket head.
1801 table, bucket, SmiTag(occupancy),