Searched refs:GetThunkTargetOffset (Results 1 - 4 of 4) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h92 uint32_t GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset);
H A Drelative_patcher_arm_base.cc360 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { function in class:art::linker::ArmBaseRelativePatcher
H A Drelative_patcher_thumb2.cc169 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc356 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset);

Completed in 17 milliseconds