Searched refs:CalculateMethodCallDisplacement (Results 1 – 4 of 4) sorted by relevance
97 uint32_t CalculateMethodCallDisplacement(uint32_t patch_offset,
62 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u); in PatchCall()
341 uint32_t ArmBaseRelativePatcher::CalculateMethodCallDisplacement(uint32_t patch_offset, in CalculateMethodCallDisplacement() function in art::linker::ArmBaseRelativePatcher
200 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u); in PatchCall()