Searched defs:create_vtable_stub (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/cpu/zero/vm/ | ||
H A D | vtableStubs_zero.cpp | 40 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { function in class:VtableStubs |
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | vtableStubs_x86_32.cpp | 59 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { function in class:VtableStubs |
H A D | vtableStubs_x86_64.cpp | 50 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { function in class:VtableStubs |
/openjdk7/hotspot/src/cpu/sparc/vm/ | ||
H A D | vtableStubs_sparc.cpp | 53 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { function in class:VtableStubs |
Completed in 23 milliseconds