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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp166 void set_addr_at(int offset, address x); /* deals with I-cache */
H A DnativeInst_sparc.cpp97 void NativeInstruction::set_addr_at(int offset, address x) { function in class:NativeInstruction
99 assert( ((intptr_t)addr & (wordSize-1)) == 0, "set_addr_at bad address alignment");

Completed in 36 milliseconds