Searched refs:copy_buckets (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp153 void copy_buckets(char* top, char* end);
H A Dhashtable.cpp327 template <MEMFLAGS F> void BasicHashtable<F>::copy_buckets(char* top, char* end) { function in class:BasicHashtable
/openjdk10/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp391 static void copy_buckets(char* top, char* end);
H A DsystemDictionary.cpp2856 void SystemDictionary::copy_buckets(char* top, char* end) { function in class:SystemDictionary
2857 ClassLoaderData::the_null_class_loader_data()->dictionary()->copy_buckets(top, end);
/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp1210 SystemDictionary::copy_buckets(buckets_top, _ro_region.top());

Completed in 73 milliseconds