Searched refs:PatchPcRelativeReference (Results 1 - 18 of 18) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86.h29 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_x86.cc24 void X86RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::X86RelativePatcher
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64.h29 void PatchPcRelativeReference(std::vector<uint8_t>* code,
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/mips64/
H A Drelative_patcher_mips64.h38 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_mips64.cc73 void Mips64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Mips64RelativePatcher
/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);
H A Drelative_patcher.h107 virtual void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher.cc71 void PatchPcRelativeReference(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
H A Drelative_patcher_test.h162 patcher_->PatchPcRelativeReference(&patched_code_,
169 patcher_->PatchPcRelativeReference(&patched_code_,
H A Dmulti_oat_relative_patcher_test.cc89 void PatchPcRelativeReference(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
286 patcher_.PatchPcRelativeReference(
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h33 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_thumb2.cc67 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Thumb2RelativePatcher
/art/compiler/linker/mips/
H A Drelative_patcher_mips.h40 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_mips.cc46 void MipsRelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::MipsRelativePatcher
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h62 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_arm64.cc203 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Arm64RelativePatcher
/art/compiler/
H A Doat_writer.cc1290 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,
1298 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,
1307 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,
1315 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,
1324 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,

Completed in 69 milliseconds