Searched defs:reloc (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DrelocInfo_aarch64.cpp43 oop_Relocation *reloc = (oop_Relocation *)this; local
H A Dassembler_aarch64.cpp1229 Relocation* reloc = _rspec.reloc(); local
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java264 private void createRelocation(Symbol symbol, Relocation reloc) { argument
[all...]
/openjdk9/hotspot/src/cpu/arm/vm/
H A DnativeInst_arm_64.cpp221 Relocation* reloc = iter.reloc(); local
H A DmacroAssembler_arm.hpp94 relocInfo::relocType reloc() const { return _rspec.type(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/code/
H A DcompiledMethod.cpp203 oop_Relocation* reloc = iter.oop_reloc(); local
H A DrelocInfo.cpp51 void relocInfo::initialize(CodeSection* dest, Relocation* reloc) { argument
372 Relocation* RelocIterator::reloc() { function in class:RelocIterator
[all...]
H A DrelocInfo.hpp483 Relocation* reloc() const { return (Relocation*) &_relocbuf[0]; } function in class:VALUE_OBJ_CLASS_SPEC
[all...]
H A Dnmethod.cpp928 oop_Relocation* reloc = iter.oop_reloc(); local
936 metadata_Relocation* reloc = iter.metadata_reloc(); local
[all...]
/openjdk9/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp336 Relocation* reloc = spec.reloc(); local
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dmachnode.hpp276 virtual int reloc() const { return 0; } function in class:MachNode
H A Dtype.hpp139 const relocInfo::relocType reloc; member in struct:Type::__anon593
416 relocInfo::relocType reloc() const { return _type_info[_base].reloc; } function in class:Type
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp320 relocInfo::relocType reloc() const { return _rspec.type(); } function in class:VALUE_OBJ_CLASS_SPEC
380 relocInfo::relocType reloc() const { return _rspec.type(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1040 uint InstructForm::reloc(FormDict &globals) { function in class:InstructForm

Completed in 229 milliseconds