Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc91 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchEntrypointCall()
107 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch()
Drelative_patcher_arm_base.h95 uint32_t GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset);
Drelative_patcher_arm_base.cc367 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset() function in art::linker::ArmBaseRelativePatcher
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc314 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchEntrypointCall()
327 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch()