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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp390 AddressLiteral al1(0xaaaabbbb, relocInfo::external_word_type);
393 AddressLiteral al2(0xccccdddd, relocInfo::external_word_type);
500 AddressLiteral al1(0xaaaabbbb, relocInfo::external_word_type);
504 AddressLiteral al2(0xccccdddd, relocInfo::external_word_type);
596 AddressLiteral al1(0xffffffff, relocInfo::external_word_type);
597 AddressLiteral al2(0xaaaabbbb, relocInfo::external_word_type);
741 AddressLiteral al(0xffffffff, relocInfo::external_word_type);
870 AddressLiteral al(0x7fffbbbb, relocInfo::external_word_type);
H A Dassembler_sparc.hpp367 case relocInfo::external_word_type:
474 // external_word_type can't be used for values in the first page
476 return external_word_Relocation::can_be_relocated(target) ? relocInfo::external_word_type : relocInfo::none;
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp142 // relocInfo::external_word_type -- a fixed address in the runtime system
264 external_word_type = 7, // reference to fixed external address enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
520 // case relocInfo::external_word_type:
1116 relocInfo::relocType type() { return relocInfo::external_word_type; }
H A DrelocInfo.cpp1142 case relocInfo::external_word_type:
H A Dnmethod.cpp2539 case relocInfo::external_word_type: return "external_word";
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp316 rtype == relocInfo::external_word_type,
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp406 // external_word_type can't be used for values in the first page
408 return external_word_Relocation::can_be_relocated(target) ? relocInfo::external_word_type : relocInfo::none;
H A Dassembler_x86.cpp65 case relocInfo::external_word_type:
110 case relocInfo::external_word_type:
4401 if (adr.reloc() != relocInfo::external_word_type &&
4418 // For external_word_type/runtime_call_type if it is reachable from where we

Completed in 118 milliseconds