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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp185 u_char patch_disp[5]; local
186 patch_disp[0] = call_opcode;
187 *(int32_t*)&patch_disp[1] = (int32_t)disp;
188 assert(sizeof(patch_disp)==instruction_size, "sanity check");
190 instruction_address()[i] = patch_disp[i];
199 *(short*)instruction_address() = *(short*)patch_disp;

Completed in 30 milliseconds