Lines Matching refs:Arm64RelativePatcher
42 Arm64RelativePatcher::Arm64RelativePatcher(RelativePatcherTargetProvider* provider, in Arm64RelativePatcher() function in art::linker::Arm64RelativePatcher
55 uint32_t Arm64RelativePatcher::ReserveSpace(uint32_t offset, in ReserveSpace()
102 uint32_t Arm64RelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
116 uint32_t Arm64RelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) { in WriteThunks()
143 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
163 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
247 std::vector<uint8_t> Arm64RelativePatcher::CompileThunkCode() { in CompileThunkCode()
264 uint32_t Arm64RelativePatcher::PatchAdrp(uint32_t adrp, uint32_t disp) { in PatchAdrp()
278 bool Arm64RelativePatcher::NeedsErratum843419Thunk(ArrayRef<const uint8_t> code, in NeedsErratum843419Thunk()
328 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn()
338 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn()
350 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()