Lines Matching refs:disp
69 intptr_t disp = (intptr_t)entry - ((intptr_t)code_pos + 1 + 4);
71 guarantee(disp == (intptr_t)(jint)disp, "must be 32-bit offset");
74 *((int32_t *)(code_pos+1)) = (int32_t) disp;
161 intptr_t disp = dest - return_address();
163 guarantee(disp == (intptr_t)(jint)disp, "must be 32-bit offset");
187 *(int32_t*)&patch_disp[1] = (int32_t)disp;
432 intptr_t disp = (intptr_t)entry - ((intptr_t)code_pos + 1 + 4);
434 guarantee(disp == (intptr_t)(int32_t)disp, "must be 32-bit offset");
438 *((int32_t*)(code_pos + 1)) = (int32_t)disp;
480 intptr_t disp = (intptr_t)dest - ((intptr_t)verified_entry + 1 + 4);
482 guarantee(disp == (intptr_t)(int32_t)disp, "must be 32-bit offset");
484 *(int32_t*)(code_buffer + 1) = (int32_t)disp;
538 intptr_t disp = (intptr_t)entry - ((intptr_t)code_pos + 1 + 4);
540 guarantee(disp == (intptr_t)(int32_t)disp, "must be 32-bit offset");
544 *((int32_t *)(code_pos+1)) = (int32_t) disp;