Home
last modified time | relevance | path

Searched refs:CalculateDisplacement (Results 1 – 4 of 4) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.h47 uint32_t CalculateDisplacement(uint32_t patch_offset, uint32_t target_offset);
Drelative_patcher_thumb2.cc39 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); in PatchCall()
Drelative_patcher_arm_base.cc123 uint32_t ArmBaseRelativePatcher::CalculateDisplacement(uint32_t patch_offset, in CalculateDisplacement() function in art::linker::ArmBaseRelativePatcher
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc151 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); in PatchCall()