Searched refs:opt_virtual_call_Relocation (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1025 class opt_virtual_call_Relocation : public CallRelocation { class in inherits:CallRelocation
1031 new(rh) opt_virtual_call_Relocation();
1037 opt_virtual_call_Relocation() { } function in class:opt_virtual_call_Relocation
H A DrelocInfo.cpp905 void opt_virtual_call_Relocation::clear_inline_cache() {
914 address opt_virtual_call_Relocation::static_stub() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp373 return opt_virtual_call_Relocation::spec();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp72 _rspec = opt_virtual_call_Relocation::spec();

Completed in 91 milliseconds