Lines Matching refs:target_offset
59 uint32_t target_offset) { in PatchCall() argument
61 DCHECK_EQ(target_offset & 1u, 1u); // Thumb2 mode bit. in PatchCall()
62 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u); in PatchCall()
69 uint32_t target_offset) { in PatchPcRelativeReference() argument
73 uint32_t diff = target_offset - pc_base; in PatchPcRelativeReference()
91 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchEntrypointCall() local
92 DCHECK_ALIGNED(target_offset, 4u); in PatchEntrypointCall()
93 uint32_t displacement = target_offset - patch_offset; in PatchEntrypointCall()
107 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
108 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch()
109 uint32_t disp = target_offset - (patch_offset + kPcDisplacement); in PatchBakerReadBarrierBranch()