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

/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp272 static inline void copy_table(address* from, address* to, int size) {
281 copy_table((address*)&_safept_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
295 copy_table((address*)&_normal_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp154 void copy_table(char* top, char* end);
H A Dhashtable.cpp218 template <MEMFLAGS F> void BasicHashtable<F>::copy_table(char* top, char* end) { function in class:BasicHashtable
/openjdk10/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp392 static void copy_table(char* top, char* end);
H A DsystemDictionary.cpp2860 void SystemDictionary::copy_table(char* top, char* end) { function in class:SystemDictionary
2861 ClassLoaderData::the_null_class_loader_data()->dictionary()->copy_table(top, end);
/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp1214 SystemDictionary::copy_table(table_top, _ro_region.top());

Completed in 99 milliseconds