Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h97 uint32_t CalculateMethodCallDisplacement(uint32_t patch_offset,
Drelative_patcher_thumb2.cc62 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u); in PatchCall()
Drelative_patcher_arm_base.cc341 uint32_t ArmBaseRelativePatcher::CalculateMethodCallDisplacement(uint32_t patch_offset, in CalculateMethodCallDisplacement() function in art::linker::ArmBaseRelativePatcher
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc200 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u); in PatchCall()