Searched refs:CalculateDisplacement (Results 1 – 4 of 4) sorted by relevance
47 uint32_t CalculateDisplacement(uint32_t patch_offset, uint32_t target_offset);
39 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); in PatchCall()
123 uint32_t ArmBaseRelativePatcher::CalculateDisplacement(uint32_t patch_offset, in CalculateDisplacement() function in art::linker::ArmBaseRelativePatcher
151 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); in PatchCall()