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

/openjdk9/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp159 void copy_buckets(char** top, char* end);
H A Dhashtable.cpp326 template <MEMFLAGS F> void BasicHashtable<F>::copy_buckets(char** top, char* end) { function in class:BasicHashtable
/openjdk9/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp393 static void copy_buckets(char** top, char* end);
H A DsystemDictionary.cpp2880 void SystemDictionary::copy_buckets(char** top, char* end) { function in class:SystemDictionary
2881 dictionary()->copy_buckets(top, end);
/openjdk9/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp647 SystemDictionary::copy_buckets(&md_top, md_end);

Completed in 125 milliseconds