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

/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64.cc24 void X86_64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::X86_64RelativePatcher
/art/compiler/linker/x86/
H A Drelative_patcher_x86.cc24 void X86RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::X86RelativePatcher
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.cc59 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Thumb2RelativePatcher
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.h106 void PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::FINAL
112 relative_patcher_->PatchPcRelativeReference(code, patch, patch_offset, target_offset);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc163 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Arm64RelativePatcher

Completed in 51 milliseconds