Lines Matching refs:patch_offset
58 uint32_t patch_offset, in PatchCall() argument
60 DCHECK_ALIGNED(patch_offset, 2u); in PatchCall()
62 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u); in PatchCall()
68 uint32_t patch_offset, in PatchPcRelativeReference() argument
72 uint32_t pc_base = patch_offset + (pc_literal_offset - literal_offset) + 4u /* PC adjustment */; in PatchPcRelativeReference()
88 uint32_t patch_offset) { in PatchEntrypointCall() argument
89 DCHECK_ALIGNED(patch_offset, 2u); in PatchEntrypointCall()
91 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchEntrypointCall()
93 uint32_t displacement = target_offset - patch_offset; in PatchEntrypointCall()
99 uint32_t patch_offset) { in PatchBakerReadBarrierBranch() argument
100 DCHECK_ALIGNED(patch_offset, 2u); in PatchBakerReadBarrierBranch()
107 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch()
109 uint32_t disp = target_offset - (patch_offset + kPcDisplacement); in PatchBakerReadBarrierBranch()