Searched defs:Arm64RelativePatcher (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc42 Arm64RelativePatcher::Arm64RelativePatcher(RelativePatcherTargetProvider* provider, function in class:art::linker::Arm64RelativePatcher
55 uint32_t Arm64RelativePatcher::ReserveSpace(uint32_t offset,
102 uint32_t Arm64RelativePatcher::ReserveSpaceEnd(uint32_t offset) {
116 uint32_t Arm64RelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) {
143 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code,
163 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code,
247 std::vector<uint8_t> Arm64RelativePatcher::CompileThunkCode() {
264 uint32_t Arm64RelativePatcher::PatchAdrp(uint32_t adrp, uint32_t disp) {
278 bool Arm64RelativePatcher
[all...]

Completed in 69 milliseconds