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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1115 class external_word_Relocation : public DataRelocation { class in inherits:DataRelocation
1122 new(rh) external_word_Relocation(target);
1130 new(rh) external_word_Relocation(NULL);
1143 external_word_Relocation(address target) { function in class:external_word_Relocation
1148 external_word_Relocation() { } function in class:external_word_Relocation
1155 // in the code stream. See external_word_Relocation::target().
H A DrelocInfo.cpp625 void external_word_Relocation::pack_data_to(CodeSection* dest) {
646 void external_word_Relocation::unpack_data() {
958 void external_word_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
972 address external_word_Relocation::target() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp368 return external_word_Relocation::spec(addr);
476 return external_word_Relocation::can_be_relocated(target) ? relocInfo::external_word_type : relocInfo::none;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp408 return external_word_Relocation::can_be_relocated(target) ? relocInfo::external_word_type : relocInfo::none;
H A Dassembler_x86.cpp66 _rspec = external_word_Relocation::spec(target);
111 _rspec = external_word_Relocation::spec(loc);

Completed in 101 milliseconds