Searched refs:copy_table (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp273 static inline void copy_table(address* from, address* to, int size) {
282 copy_table((address*)&_safept_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
296 copy_table((address*)&_normal_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
/openjdk9/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp160 void copy_table(char** top, char* end);
H A Dhashtable.cpp208 template <MEMFLAGS F> void BasicHashtable<F>::copy_table(char** top, char* end) { function in class:BasicHashtable
/openjdk9/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp394 static void copy_table(char** top, char* end);
H A DsystemDictionary.cpp2885 void SystemDictionary::copy_table(char** top, char* end) { function in class:SystemDictionary
2886 dictionary()->copy_table(top, end);
/openjdk9/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp649 SystemDictionary::copy_table(&md_top, md_end);

Completed in 136 milliseconds