Lines Matching refs:bucket
946 for (int bucket = 0; bucket < table.NumberOfBuckets(); bucket++) {
947 Object entry = table.get(T::HashTableStartIndex() + bucket);
949 os << "\n " << std::setw(12) << bucket << ": " << Brief(entry);
1079 for (int bucket = 0; bucket < this->Capacity(); ++bucket) {
1081 if (!this->ToKey(this->GetReadOnlyRoots(), bucket, &k)) continue;
1083 Object value = this->ValueAtRaw(bucket);
1084 PropertyDetails details = this->DetailsAt(bucket);
1085 os << "\n " << std::setw(12) << std::dec << bucket << ": ";