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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp49 address disp = Assembler::locate_operand(addr(), which);
58 address disp = Assembler::locate_operand(ip, which);
119 address disp = Assembler::locate_operand(addr(), Assembler::call32_operand);
149 return (address*) Assembler::locate_operand(addr(), which);
166 address disp = Assembler::locate_operand(ip, which);
208 int32_t* orig_disp = (int32_t*) Assembler::locate_operand(orig_addr, which);
215 int32_t* disp = (int32_t*) Assembler::locate_operand(addr(), which);
230 int32_t* orig_disp = (int32_t*) Assembler::locate_operand(orig_addr, which);
237 int32_t* disp = (int32_t*) Assembler::locate_operand(addr(), which);
H A Dassembler_x86.cpp419 address Assembler::locate_operand(address inst, WhichOperand which) { function in class:Assembler
831 // Secretly share code with locate_operand:
832 return locate_operand(inst, end_pc_operand);
847 opnd = locate_operand(inst, call32_operand);
851 opnd = locate_operand(inst, (WhichOperand)format);
H A Dassembler_x86.hpp534 // input to locate_operand, and format code for relocations
813 static address locate_operand(address inst, WhichOperand which);

Completed in 112 milliseconds