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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DrelocInfo_zero.cpp71 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, function in class:poll_Relocation
76 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, function in class:poll_return_Relocation
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp227 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
230 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_return_Relocation
/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp199 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_Relocation
221 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:poll_return_Relocation
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp844 virtual void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { } function in class:VALUE_OBJ_CLASS_SPEC
917 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1159 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1205 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1240 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1246 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1324 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:breakpoint_Relocation
H A DrelocInfo.cpp557 void CallRelocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:CallRelocation
958 void external_word_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:external_word_Relocation
981 void internal_word_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { function in class:internal_word_Relocation
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp672 iter.reloc()->fix_relocation_after_move(this, dest);

Completed in 34 milliseconds