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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Ddump_sparc.cpp52 // to be 'vtbl_list_size' instances of the vtable in order to
64 intptr_t vtable_bytes = (num_virtuals * vtbl_list_size) * sizeof(void*);
79 for (int i = 0; i < vtbl_list_size; ++i) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Ddump_x86_32.cpp52 // to be 'vtbl_list_size' instances of the vtable in order to
64 intptr_t vtable_bytes = (num_virtuals * vtbl_list_size) * sizeof(void*);
77 for (int i = 0; i < vtbl_list_size; ++i) {
H A Ddump_x86_64.cpp52 // to be 'vtbl_list_size' instances of the vtable in order to
64 intptr_t vtable_bytes = (num_virtuals * vtbl_list_size) * sizeof(void*);
77 for (int i = 0; i < vtbl_list_size; ++i) {
/openjdk7/hotspot/src/share/vm/memory/
H A Drestore.cpp111 buffer += vtbl_list_size * sizeof(void*);
112 Universe::init_self_patching_vtbl_list(vtbl_list, vtbl_list_size);
H A Ddump.cpp888 // Klass<vtbl_list_size>:method1 entry, Klass<vtbl_list_size>:method2 entry,
889 // ... Klass<vtbl_list_size>:method<num_virtuals> entry
1071 int vtbl_list_size = CompactingPermGenGen::vtbl_list_size; local
1072 Universe::init_self_patching_vtbl_list(vtbl_list, vtbl_list_size);
1074 md_top += vtbl_list_size * sizeof(void*);
1305 char* saved_vtbl = (char*)malloc(vtbl_list_size * sizeof(void*));
1306 memmove(saved_vtbl, vtbl_list, vtbl_list_size * sizeof(void*));
1307 memset(vtbl_list, 0, vtbl_list_size * sizeo
[all...]
H A DcompactingPermGenGen.hpp108 vtbl_list_size = 17, // number of entries in the shared space vtable list. enumerator in enum:CompactingPermGenGen::__anon252

Completed in 58 milliseconds