Searched refs:static_stub (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp585 void CompiledStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
588 address stub = static_stub->addr();
604 return iter.static_call_reloc()->static_stub();
608 return iter.opt_virtual_call_reloc()->static_stub();
H A DcompiledIC.hpp242 static void set_stub_to_clean(static_stub_Relocation* static_stub);
H A DrelocInfo.hpp303 visitor(static_stub) \
1042 // find the matching static_stub
1043 address static_stub();
1064 // find the matching static_stub
1065 address static_stub();
H A DrelocInfo.cpp914 address opt_virtual_call_Relocation::static_stub() { function in class:opt_virtual_call_Relocation
936 address static_call_Relocation::static_stub() { function in class:static_call_Relocation
H A Dnmethod.cpp2309 stub = iter.opt_virtual_call_reloc()->static_stub();
2313 stub = iter.static_call_reloc()->static_stub();
2537 case relocInfo::static_stub_type: return "static_stub";

Completed in 50 milliseconds