Home
last modified time | relevance | path

Searched refs:GetThunkTargetOffset (Results 1 – 3 of 3) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.h117 uint32_t GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset);
Drelative_patcher_arm_base.cc295 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset() function in art::linker::ArmBaseRelativePatcher
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc331 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch()