Searched refs:Arm64RelativePatcher (Results 1 – 3 of 3) sorted by relevance
89 Arm64RelativePatcher::Arm64RelativePatcher(RelativePatcherThunkProvider* thunk_provider, in Arm64RelativePatcher() function in art::linker::Arm64RelativePatcher102 uint32_t Arm64RelativePatcher::ReserveSpace(uint32_t offset, in ReserveSpace()151 uint32_t Arm64RelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()166 uint32_t Arm64RelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) { in WriteThunks()193 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()204 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()309 void Arm64RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall()335 uint32_t Arm64RelativePatcher::MaxPositiveDisplacement(const ThunkKey& key) { in MaxPositiveDisplacement()345 uint32_t Arm64RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) { in MaxNegativeDisplacement()355 uint32_t Arm64RelativePatcher::PatchAdrp(uint32_t adrp, uint32_t disp) { in PatchAdrp()[all …]
31 class Arm64RelativePatcher final : public ArmBaseRelativePatcher {33 Arm64RelativePatcher(RelativePatcherThunkProvider* thunk_provider,82 DISALLOW_COPY_AND_ASSIGN(Arm64RelativePatcher);
117 new Arm64RelativePatcher(thunk_provider, in Create()