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

/openjdk10/hotspot/src/cpu/zero/vm/
H A DcompiledIC_zero.cpp67 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DcompiledIC_aot_x86_64.cpp90 void CompiledPltStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
93 address stub = static_stub->addr();
H A DcompiledIC_x86.cpp174 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
177 address stub = static_stub->addr();
182 if (!static_stub->is_aot()) {
/openjdk10/hotspot/src/cpu/arm/vm/
H A DcompiledIC_arm.cpp134 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
137 address stub = static_stub->addr();
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DcompiledIC_ppc.cpp199 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
202 address stub = static_stub->addr();
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp110 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
113 address stub = static_stub->addr();
/openjdk10/hotspot/src/cpu/s390/vm/
H A DcompiledIC_s390.cpp129 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
132 address stub = static_stub->addr();
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp121 void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { argument
124 address stub = static_stub->addr();
/openjdk10/hotspot/src/share/vm/aot/
H A DcompiledIC_aot.hpp71 static void set_stub_to_clean(static_stub_Relocation* static_stub);
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.cpp645 return iter.static_call_reloc()->static_stub(is_aot);
649 return iter.opt_virtual_call_reloc()->static_stub(is_aot);
H A DcompiledIC.hpp429 static void set_stub_to_clean(static_stub_Relocation* static_stub);
H A DrelocInfo.hpp306 visitor(static_stub) \
1085 // find the matching static_stub
1086 address static_stub(bool is_aot);
1119 // find the matching static_stub
1120 address static_stub(bool is_aot);
H A DrelocInfo.cpp682 address opt_virtual_call_Relocation::static_stub(bool is_aot) { function in class:opt_virtual_call_Relocation
723 address static_call_Relocation::static_stub(bool is_aot) { function in class:static_call_Relocation
H A Dnmethod.cpp2186 stub = iter.opt_virtual_call_reloc()->static_stub(false);
2190 stub = iter.static_call_reloc()->static_stub(false);
2492 case relocInfo::static_stub_type: return "static_stub";

Completed in 82 milliseconds