Home
last modified time | relevance | path

Searched defs:patch_offset (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h100 uint32_t patch_offset, in PatchCall()
110 uint32_t patch_offset, in PatchPcRelativeReference()
119 uint32_t patch_offset) { in PatchEntrypointCall()
126 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
H A Dmulti_oat_relative_patcher_test.cc81 uint32_t patch_offset, in PatchCall()
90 uint32_t patch_offset, in PatchPcRelativeReference()
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64.cc141 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace() local
195 uint32_t patch_offset, in PatchCall()
206 uint32_t patch_offset, in PatchPcRelativeReference()
311 uint32_t patch_offset) { in PatchEntrypointCall()
321 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
385 uint32_t patch_offset) { in NeedsErratum843419Thunk()
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2.cc58 uint32_t patch_offset, in PatchCall()
68 uint32_t patch_offset, in PatchPcRelativeReference()
88 uint32_t patch_offset) { in PatchEntrypointCall()
99 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
H A Drelative_patcher_arm_base.cc341 uint32_t ArmBaseRelativePatcher::CalculateMethodCallDisplacement(uint32_t patch_offset, in CalculateMethodCallDisplacement()
367 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset()
406 uint32_t patch_offset = code_offset + patch.LiteralOffset(); in ProcessPatches() local
488 uint32_t patch_offset = unprocessed_method_call_patches_.front().GetPatchOffset(); in ResolveMethodCalls() local
535 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset, in CalculateMaxNextOffset()
H A Drelative_patcher_arm_base.h126 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
/aosp12/bootable/recovery/applypatch/
H A Dimgpatch.cpp54 const Value& patch, size_t patch_offset, in ApplyBSDiffPatchAndStreamOutput()
178 size_t patch_offset = static_cast<size_t>(Read8(normal_header + 16)); in ApplyImagePatch() local
222 size_t patch_offset = static_cast<size_t>(Read8(deflate_header + 16)); in ApplyImagePatch() local
H A Dbspatch.cpp69 size_t patch_offset, SinkFn sink) { in ApplyBSDiffPatch()
/aosp12/art/dex2oat/linker/x86_64/
H A Drelative_patcher_x86_64.cc27 uint32_t patch_offset, in PatchPcRelativeReference()
/aosp12/art/dex2oat/linker/x86/
H A Drelative_patcher_x86.cc27 uint32_t patch_offset, in PatchPcRelativeReference()
H A Drelative_patcher_x86_base.cc46 uint32_t patch_offset, in PatchCall()