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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp226 static void copy_table(char** top, char*end) { function in class:SymbolTable
227 the_table()->Hashtable<Symbol*, mtSymbol>::copy_table(top, end);
318 static void copy_table(char** top, char*end) { function in class:StringTable
319 the_table()->Hashtable<oop, mtSymbol>::copy_table(top, end);
H A DclassLoader.cpp738 void copy_table(char** top, char* end, PackageHashtable* table);
742 void PackageHashtable::copy_table(char** top, char* end, function in class:PackageHashtable
745 BasicHashtable<mtClass>::copy_table(top, end);
784 _package_hash_table->copy_table(top, end, _package_hash_table);
H A DsystemDictionary.hpp356 static void copy_table(char** top, char* end);
H A DsystemDictionary.cpp2542 void SystemDictionary::copy_table(char** top, char* end) { function in class:SystemDictionary
2543 dictionary()->copy_table(top, end);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp555 static inline void copy_table(address* from, address* to, int size) {
564 copy_table((address*)&_safept_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
578 copy_table((address*)&_normal_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp150 void copy_table(char** top, char* end);
H A Dhashtable.cpp190 template <MEMFLAGS F> void BasicHashtable<F>::copy_table(char** top, char* end) { function in class:BasicHashtable
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1268 SymbolTable::copy_table(&md_top, md_end);
1269 StringTable::copy_table(&md_top, md_end);
1270 SystemDictionary::copy_table(&md_top, md_end);

Completed in 272 milliseconds