/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/ |
H A D | dumpAllocStats.cpp | 32 _counts[RO][SymbolHashentryType] = _symbol_stats.hashentry_count; in print_stats() 39 _counts[RO][StringHashentryType] = _string_stats.hashentry_count; in print_stats()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/ |
H A D | dumpAllocStats.cpp | 36 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 43 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 48 int hashentry_count; member in CompactHashtableStats 54 hashentry_count(0), hashentry_bytes(0), in CompactHashtableStats()
|
H A D | compactHashtable.cpp | 117 _stats->hashentry_count = _num_entries_written; in allocate_table()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 40 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 99 _stats->hashentry_count = _num_entries; in allocate_table()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 40 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 99 _stats->hashentry_count = _num_entries; in allocate_table()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 47 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 115 _stats->hashentry_count = _num_entries_written; in allocate_table()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 47 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 118 _stats->hashentry_count = _num_entries_written; in allocate_table()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 47 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 100 _stats->hashentry_count = _num_entries; in allocate_table()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 47 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 116 _stats->hashentry_count = _num_entries_written; in allocate_table()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/ |
H A D | compactHashtable.hpp | 47 int hashentry_count; member in CompactHashtableStats
|
H A D | compactHashtable.cpp | 115 _stats->hashentry_count = _num_entries_written; in allocate_table()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/ |
H A D | metaspaceShared.cpp | 1034 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 1041 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/ |
H A D | metaspaceShared.cpp | 961 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 968 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/ |
H A D | metaspaceShared.cpp | 940 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 947 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/ |
H A D | metaspaceShared.cpp | 940 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 947 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/ |
H A D | metaspaceShared.cpp | 1022 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 1029 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/ |
H A D | metaspaceShared.cpp | 1128 _counts[RO][SymbolHashentryType] = stats->symbol.hashentry_count; in print_stats() 1135 _counts[RO][StringHashentryType] = stats->string.hashentry_count; in print_stats()
|