Searched defs:patch_offset (Results 1 – 11 of 11) sorted by relevance
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 97 uint32_t patch_offset, in PatchCall() 107 uint32_t patch_offset, in PatchPcRelativeReference() 116 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()
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 334 uint32_t ArmBaseRelativePatcher::CalculateMethodCallDisplacement(uint32_t patch_offset, in CalculateMethodCallDisplacement() 360 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset() 393 uint32_t patch_offset = code_offset + patch.LiteralOffset(); in ProcessPatches() local 468 uint32_t patch_offset = unprocessed_method_call_patches_.front().GetPatchOffset(); in ResolveMethodCalls() local 515 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset, in CalculateMaxNextOffset()
|
D | relative_patcher_arm_base.h | 123 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
|
D | relative_patcher_thumb2.cc | 57 uint32_t patch_offset, in PatchCall() 85 uint32_t patch_offset, in PatchPcRelativeReference() 105 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64.cc | 27 uint32_t patch_offset, in PatchPcRelativeReference()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86.cc | 27 uint32_t patch_offset, in PatchPcRelativeReference()
|
D | relative_patcher_x86_base.cc | 46 uint32_t patch_offset, in PatchCall()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 137 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset(); in ReserveSpace() local 191 uint32_t patch_offset, uint32_t in PatchCall() 211 uint32_t patch_offset, in PatchPcRelativeReference() 310 uint32_t patch_offset) { in PatchBakerReadBarrierBranch() 608 uint32_t patch_offset) { in NeedsErratum843419Thunk()
|
/art/compiler/linker/mips64/ |
D | relative_patcher_mips64.cc | 50 uint32_t patch_offset, in PatchPcRelativeReference()
|
/art/compiler/linker/mips/ |
D | relative_patcher_mips.cc | 50 uint32_t patch_offset, in PatchPcRelativeReference()
|