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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1047 class static_call_Relocation : public CallRelocation { class in inherits:CallRelocation
1053 new(rh) static_call_Relocation();
1059 static_call_Relocation() { } function in class:static_call_Relocation
H A DrelocInfo.cpp929 void static_call_Relocation::clear_inline_cache() {
936 address static_call_Relocation::static_stub() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp375 return static_call_Relocation::spec();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp75 _rspec = static_call_Relocation::spec();

Completed in 71 milliseconds