Searched defs:patch_offset (Results 1 – 11 of 11) sorted by relevance
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64.cc | 26 uint32_t patch_offset, in PatchPcRelativeReference() 39 [[maybe_unused]] uint32_t patch_offset) { in PatchEntrypointCall() 45 [[maybe_unused]] uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86.cc | 26 uint32_t patch_offset, in PatchPcRelativeReference() 61 [[maybe_unused]] uint32_t patch_offset) { in PatchEntrypointCall() 67 [[maybe_unused]] uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
D | relative_patcher_x86_base.cc | 46 uint32_t patch_offset, in PatchCall()
|
/art/dex2oat/linker/ |
D | relative_patcher.cc | 65 [[maybe_unused]] uint32_t patch_offset, in Create() 72 [[maybe_unused]] uint32_t patch_offset, in Create() 79 [[maybe_unused]] uint32_t patch_offset) override { in Create() 85 [[maybe_unused]] uint32_t patch_offset) override { in Create()
|
D | multi_oat_relative_patcher.h | 100 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()
|
D | multi_oat_relative_patcher_test.cc | 81 uint32_t patch_offset, in PatchCall() 90 uint32_t patch_offset, in PatchPcRelativeReference() 99 [[maybe_unused]] uint32_t patch_offset) override { in PatchEntrypointCall() 105 [[maybe_unused]] uint32_t patch_offset) override { in PatchBakerReadBarrierBranch()
|
/art/dex2oat/linker/riscv64/ |
D | relative_patcher_riscv64.cc | 56 [[maybe_unused]] uint32_t patch_offset, in PatchCall() 64 uint32_t patch_offset, in PatchPcRelativeReference() 94 [[maybe_unused]] uint32_t patch_offset) { in PatchEntrypointCall() 103 [[maybe_unused]] uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 143 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace() local 197 uint32_t patch_offset, in PatchCall() 208 uint32_t patch_offset, in PatchPcRelativeReference() 314 uint32_t patch_offset) { in PatchEntrypointCall() 324 uint32_t patch_offset) { in PatchBakerReadBarrierBranch() 388 uint32_t patch_offset) { in NeedsErratum843419Thunk()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.cc | 58 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()
|
D | relative_patcher_arm_base.cc | 341 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 536 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset, in CalculateMaxNextOffset()
|
D | relative_patcher_arm_base.h | 126 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
|