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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1164 class internal_word_Relocation : public DataRelocation { class in inherits:DataRelocation
1171 new(rh) internal_word_Relocation(target);
1178 new(rh) internal_word_Relocation(NULL);
1182 internal_word_Relocation(address target) { function in class:internal_word_Relocation
1192 internal_word_Relocation() { } function in class:internal_word_Relocation
1200 // in the code stream. See internal_word_Relocation::target().
1211 class section_word_Relocation : public internal_word_Relocation {
H A DrelocInfo.cpp662 void internal_word_Relocation::pack_data_to(CodeSection* dest) {
704 void internal_word_Relocation::unpack_data() {
981 void internal_word_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
994 address internal_word_Relocation::target() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp681 Assembler::sethi( thepc & ~0x3ff, reg, internal_word_Relocation::spec((address)thepc));
682 Assembler::add(reg,thepc & 0x3ff, reg, internal_word_Relocation::spec((address)thepc));
H A Dc1_LIRAssembler_sparc.cpp1237 RelocationHolder rspec = internal_word_Relocation::spec(const_addr);
1260 RelocationHolder rspec = internal_word_Relocation::spec(const_addr);
2044 RelocationHolder rspec = internal_word_Relocation::spec(pc_for_athrow);
H A Dassembler_sparc.hpp370 return internal_word_Relocation::spec(addr);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp69 _rspec = internal_word_Relocation::spec(target);
114 _rspec = internal_word_Relocation::spec(loc);

Completed in 128 milliseconds