Lines Matching refs:patch_offset
100 uint32_t patch_offset, in PatchCall() argument
102 patch_offset += adjustment_; in PatchCall()
104 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset); in PatchCall()
110 uint32_t patch_offset, in PatchPcRelativeReference() argument
112 patch_offset += adjustment_; in PatchPcRelativeReference()
114 relative_patcher_->PatchPcRelativeReference(code, patch, patch_offset, target_offset); in PatchPcRelativeReference()
119 uint32_t patch_offset) { in PatchEntrypointCall() argument
120 patch_offset += adjustment_; in PatchEntrypointCall()
121 relative_patcher_->PatchEntrypointCall(code, patch, patch_offset); in PatchEntrypointCall()
126 uint32_t patch_offset) { in PatchBakerReadBarrierBranch() argument
127 patch_offset += adjustment_; in PatchBakerReadBarrierBranch()
128 relative_patcher_->PatchBakerReadBarrierBranch(code, patch, patch_offset); in PatchBakerReadBarrierBranch()