Searched refs:static_mem_size (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/test/native/gc/g1/
H A Dtest_g1CodeCacheRemSet.cpp47 ASSERT_EQ(G1CodeRootSet::static_mem_size(), sizeof (void*)) <<
49 << G1CodeRootSet::static_mem_size() << " bytes";
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1CodeCacheRemSet.hpp59 static size_t static_mem_size();
H A Dg1CodeRootSetTable.hpp69 static size_t static_mem_size() { function in class:G1CodeRootSetTable
H A DheapRegionRemSet.hpp163 static size_t static_mem_size();
252 static size_t static_mem_size() { function in class:HeapRegionRemSet
253 return OtherRegionsTable::static_mem_size() + G1CodeRootSet::static_mem_size();
H A Dg1FromCardCache.hpp77 static size_t static_mem_size() { function in class:G1FromCardCache
H A Dg1CodeCacheRemSet.cpp201 size_t G1CodeRootSet::static_mem_size() { function in class:G1CodeRootSet
202 return G1CodeRootSetTable::static_mem_size();
H A Dg1RemSetSummary.cpp306 byte_size_in_proper_unit(HeapRegionRemSet::static_mem_size()),
307 proper_unit_for_byte_size(HeapRegionRemSet::static_mem_size()),
H A DheapRegionRemSet.cpp624 size_t OtherRegionsTable::static_mem_size() { function in class:OtherRegionsTable
625 return G1FromCardCache::static_mem_size();
H A Dg1ConcurrentMark.cpp3127 _total_remset_bytes += HeapRegionRemSet::fl_mem_size() + HeapRegionRemSet::static_mem_size();

Completed in 69 milliseconds