Searched refs:bucket_count (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp364 int bucket_count = 0; local
367 bucket_count++;
369 element_count += bucket_count;
370 if (bucket_count > max_bucket_count) {
371 max_bucket_count = bucket_count;
383 int bucket_count = 0; local
386 bucket_count++;
388 if (bucket_count > 0) {
389 log_debug(hashtables)("bucket %d count %d", index, bucket_count);
/openjdk10/hotspot/src/share/vm/classfile/
H A DcompactHashtable.hpp42 int bucket_count; member in class:VALUE_OBJ_CLASS_SPEC
220 void init(address base_address, u4 entry_count, u4 bucket_count, u4* buckets, u4* entries) { argument
222 _bucket_count = bucket_count;
H A DcompactHashtable.cpp95 _stats->bucket_count = _num_buckets;
/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp829 _counts[RO][SymbolBucketType] = stats->symbol.bucket_count;
836 _counts[RO][StringBucketType] = stats->string.bucket_count;

Completed in 91 milliseconds