Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h100 uint32_t patch_offset, in PatchCall()
110 uint32_t patch_offset, in PatchPcRelativeReference()
119 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
Dmulti_oat_relative_patcher_test.cc81 uint32_t patch_offset, in PatchCall()
90 uint32_t patch_offset, in PatchPcRelativeReference()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc138 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace() local
192 uint32_t patch_offset, uint32_t in PatchCall()
212 uint32_t patch_offset, in PatchPcRelativeReference()
312 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
362 uint32_t patch_offset) { in NeedsErratum843419Thunk()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc59 uint32_t patch_offset, in PatchCall()
87 uint32_t patch_offset, in PatchPcRelativeReference()
107 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
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()
400 uint32_t patch_offset = code_offset + patch.LiteralOffset(); in ProcessPatches() local
475 uint32_t patch_offset = unprocessed_method_call_patches_.front().GetPatchOffset(); in ResolveMethodCalls() local
522 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset, in CalculateMaxNextOffset()
Drelative_patcher_arm_base.h124 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64.cc27 uint32_t patch_offset, in PatchPcRelativeReference()
/art/dex2oat/linker/x86/
Drelative_patcher_x86.cc27 uint32_t patch_offset, in PatchPcRelativeReference()
Drelative_patcher_x86_base.cc46 uint32_t patch_offset, in PatchCall()
/art/dex2oat/linker/mips/
Drelative_patcher_mips.cc50 uint32_t patch_offset, in PatchPcRelativeReference()
/art/dex2oat/linker/mips64/
Drelative_patcher_mips64.cc50 uint32_t patch_offset, in PatchPcRelativeReference()