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

/openjdk7/hotspot/src/cpu/sparc/vm/
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 139 milliseconds