Searched defs:InternalAddress (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/arm/vm/
H A DmacroAssembler_arm.hpp112 class InternalAddress: public AddressLiteral { class in inherits:AddressLiteral
116 InternalAddress(address target) : AddressLiteral(target, relocInfo::internal_word_type) {} function in class:InternalAddress
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp414 class InternalAddress: public AddressLiteral { class in inherits:AddressLiteral
418 InternalAddress(address target) : AddressLiteral(target, relocInfo::internal_word_type) {} function in class:InternalAddress

Completed in 44 milliseconds