Searched defs:patch_offset (Results 1 – 8 of 8) sorted by relevance
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 92 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace() local 145 uint32_t patch_offset, uint32_t in PatchCall() 165 uint32_t patch_offset, in PatchPcRelativeReference() 280 uint32_t patch_offset) { in NeedsErratum843419Thunk()
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher.h | 98 uint32_t patch_offset, in PatchCall() 108 uint32_t patch_offset, in PatchPcRelativeReference()
|
D | multi_oat_relative_patcher_test.cc | 82 uint32_t patch_offset, in PatchCall() 91 uint32_t patch_offset, in PatchPcRelativeReference()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64.cc | 26 uint32_t patch_offset, in PatchPcRelativeReference()
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 123 uint32_t ArmBaseRelativePatcher::CalculateDisplacement(uint32_t patch_offset, in CalculateDisplacement() 152 uint32_t patch_offset = unprocessed_patches_.front().second; in ReserveSpaceProcessPatches() local
|
D | relative_patcher_thumb2.cc | 33 uint32_t patch_offset, in PatchCall() 61 uint32_t patch_offset, in PatchPcRelativeReference()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86.cc | 26 uint32_t patch_offset, in PatchPcRelativeReference()
|
D | relative_patcher_x86_base.cc | 39 uint32_t patch_offset, in PatchCall()
|