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

/openjdk10/hotspot/src/cpu/s390/vm/
H A DabstractInterpreter_s390.cpp79 int total_bytes = local
88 return (total_bytes/BytesPerWord);
/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp295 int total_bytes = literal_bytes + bucket_bytes + entry_bytes; local
307 st->print_cr("Total footprint : %9s = %9d bytes", "", total_bytes);
/openjdk10/hotspot/src/share/vm/memory/
H A DheapInspection.hpp141 f(total_bytes, Total, \
H A DmetaspaceShared.cpp167 void print(size_t total_bytes) const {
169 _name, used(), perc(used(), total_bytes), reserved(), perc(used(), reserved()), p2i(_base));
1393 const size_t total_bytes = _ro_region.used() + _rw_region.used() + local
1398 const double total_u_perc = total_bytes / double(total_reserved) * 100.0;
1409 total_bytes, total_reserved, total_u_perc);

Completed in 82 milliseconds