Home
last modified time | relevance | path

Searched refs:committed_nonclass_words (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A Dmetaspace.cpp535 …const size_t committed_nonclass_words = committed_bytes(Metaspace::NonClassType) / sizeof(MetaWord… in print_vs() local
542 …print_scaled_words_and_percentage(out, committed_nonclass_words, reserved_nonclass_words, scale, 7… in print_vs()
555 const size_t committed_words = committed_nonclass_words + committed_class_words; in print_vs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A Dmetaspace.cpp535 …const size_t committed_nonclass_words = committed_bytes(Metaspace::NonClassType) / sizeof(MetaWord… in print_vs() local
542 …print_scaled_words_and_percentage(out, committed_nonclass_words, reserved_nonclass_words, scale, 7… in print_vs()
555 const size_t committed_words = committed_nonclass_words + committed_class_words; in print_vs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A Dmetaspace.cpp509 …const size_t committed_nonclass_words = committed_bytes(Metaspace::NonClassType) / sizeof(MetaWord… in print_vs() local
516 …print_scaled_words_and_percentage(out, committed_nonclass_words, reserved_nonclass_words, scale, 7… in print_vs()
529 const size_t committed_words = committed_nonclass_words + committed_class_words; in print_vs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A Dmetaspace.cpp508 …const size_t committed_nonclass_words = committed_bytes(Metaspace::NonClassType) / sizeof(MetaWord… in print_vs() local
515 …print_scaled_words_and_percentage(out, committed_nonclass_words, reserved_nonclass_words, scale, 7… in print_vs()
528 const size_t committed_words = committed_nonclass_words + committed_class_words; in print_vs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dmetaspace.cpp508 …const size_t committed_nonclass_words = committed_bytes(Metaspace::NonClassType) / sizeof(MetaWord… in print_vs() local
515 …print_scaled_words_and_percentage(out, committed_nonclass_words, reserved_nonclass_words, scale, 7… in print_vs()
528 const size_t committed_words = committed_nonclass_words + committed_class_words; in print_vs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dmetaspace.cpp508 …const size_t committed_nonclass_words = committed_bytes(Metaspace::NonClassType) / sizeof(MetaWord… in print_vs() local
515 …print_scaled_words_and_percentage(out, committed_nonclass_words, reserved_nonclass_words, scale, 7… in print_vs()
528 const size_t committed_words = committed_nonclass_words + committed_class_words; in print_vs()