Searched refs:PatchPcRelativeReference (Results 1 - 14 of 14) 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/
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.cc65 void PatchPcRelativeReference(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
H A Drelative_patcher_test.h160 patcher_->PatchPcRelativeReference(&patched_code_,
166 patcher_->PatchPcRelativeReference(&patched_code_,
H A Dmulti_oat_relative_patcher_test.cc89 void PatchPcRelativeReference(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
280 patcher_.PatchPcRelativeReference(
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h33 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_thumb2.cc59 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Thumb2RelativePatcher
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h40 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_arm64.cc163 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, function in class:art::linker::Arm64RelativePatcher
/art/compiler/
H A Doat_writer.cc1055 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,
1063 writer_->relative_patcher_->PatchPcRelativeReference(&patched_code_,

Completed in 9328 milliseconds