Searched refs:set_addr_at (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.hpp135 void set_addr_at(int offset, address x); // Deals with I-cache.
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp138 void set_addr_at(int offset, address x); /* deals with I-cache */
H A DnativeInst_sparc.cpp93 void NativeInstruction::set_addr_at(int offset, address x) { function in class:NativeInstruction
95 assert( ((intptr_t)addr & (wordSize-1)) == 0, "set_addr_at bad address alignment");

Completed in 44 milliseconds