Searched refs:new_vtable_start (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.hpp230 void* new_vtable_start,
H A Ddump.cpp924 void patch(void** vtbl_list, void* new_vtable_start) { argument
930 vtbl_list, new_vtable_start, k);
945 PatchSymbolVtables(void** vtbl_list, void* new_vtable_start) { argument
948 vtbl_list, new_vtable_start, &s);
1373 void* new_vtable_start,
1378 return (void**)new_vtable_start + i * num_virtuals;
1372 find_matching_vtbl_ptr(void** vtbl_list, void* new_vtable_start, void* obj) argument

Completed in 34 milliseconds