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