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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp147 static int call_instruction(address destination, address pc) { return Assembler::op(Assembler::call_op) | Assembler::wdisp((intptr_t)destination, (intptr_t)pc, 30); } function in class:VALUE_OBJ_CLASS_SPEC
378 call->set_long_at(0 * BytesPerInstWord, call_instruction(destination, instr));

Completed in 121 milliseconds