Searched refs:static_stub_Relocation (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp242 static void set_stub_to_clean(static_stub_Relocation* static_stub);
H A DrelocInfo.hpp1068 class static_stub_Relocation : public Relocation { class in inherits:Relocation
1074 new(rh) static_stub_Relocation(static_call);
1081 static_stub_Relocation(address static_call) { function in class:static_stub_Relocation
1086 static_stub_Relocation() { } function in class:static_stub_Relocation
H A DrelocInfo.cpp611 void static_stub_Relocation::pack_data_to(CodeSection* dest) {
619 void static_stub_Relocation::unpack_data() {
951 void static_stub_Relocation::clear_inline_cache() {
1166 static_stub_Relocation* r = (static_stub_Relocation*) reloc();
H A DcompiledIC.cpp585 void CompiledStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1601 __ relocate(static_stub_Relocation::spec(call_pc));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2899 __ relocate(static_stub_Relocation::spec(call_pc));

Completed in 49 milliseconds