Searched refs:fix_relocation_after_move (Results 1 - 10 of 10) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DrelocInfo_zero.cpp57 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, function in class:poll_Relocation
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DrelocInfo_aarch64.cpp103 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
/openjdk9/hotspot/src/cpu/arm/vm/
H A DrelocInfo_arm.cpp134 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DrelocInfo_ppc.cpp123 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp197 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.hpp830 virtual void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { } function in class:VALUE_OBJ_CLASS_SPEC
901 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1292 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1338 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1373 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
H A DrelocInfo.cpp501 void CallRelocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:CallRelocation
886 void external_word_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:external_word_Relocation
909 void internal_word_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:internal_word_Relocation
/openjdk9/hotspot/src/cpu/s390/vm/
H A DrelocInfo_s390.cpp219 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
/openjdk9/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp181 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
/openjdk9/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp818 iter.reloc()->fix_relocation_after_move(this, dest);
947 // Needs to be initialized when calling fix_relocation_after_move.

Completed in 131 milliseconds