Searched refs:internal_word_type (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp108 // relocations, and any internal_word_type relocations, must be reapplied.
132 // relocInfo::internal_word_type -- an address within the same CodeBlob
265 internal_word_type = 8, // reference within the current code blob enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
519 // case relocInfo::internal_word_type:
1165 relocInfo::relocType type() { return relocInfo::internal_word_type; }
H A DrelocInfo.cpp684 assert(type() == relocInfo::internal_word_type, "must be base class");
1143 case relocInfo::internal_word_type:
H A Dnmethod.cpp2540 case relocInfo::internal_word_type: return "internal_word";
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp314 rtype == relocInfo::internal_word_type||
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp3508 cb.consts()->relocate((address) constant_addr, relocInfo::internal_word_type);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp421 InternalAddress(address target) : AddressLiteral(target, relocInfo::internal_word_type) {}
H A Dassembler_x86.cpp68 case relocInfo::internal_word_type:
113 case relocInfo::internal_word_type:
4388 if (adr.reloc() == relocInfo::internal_word_type) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp369 case relocInfo::internal_word_type:

Completed in 130 milliseconds