Home
last modified time | relevance | path

Searched defs:PatchPcRelativeReference (Results 1 – 9 of 9) sorted by relevance

/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc24 void X86_64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function in art::linker::X86_64RelativePatcher
/art/compiler/linker/x86/
Drelative_patcher_x86.cc24 void X86RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function in art::linker::X86RelativePatcher
/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc73 void Mips64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function in art::linker::Mips64RelativePatcher
/art/compiler/linker/mips/
Drelative_patcher_mips.cc46 void MipsRelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function in art::linker::MipsRelativePatcher
/art/compiler/linker/
Drelative_patcher.cc71 void PatchPcRelativeReference(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in Create() function in art::linker::RelativePatcher::Create::FINAL
Dmulti_oat_relative_patcher.h106 void PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function
Dmulti_oat_relative_patcher_test.cc89 void PatchPcRelativeReference(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchPcRelativeReference() function in art::linker::MultiOatRelativePatcherTest::MockPatcher
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc67 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function in art::linker::Thumb2RelativePatcher
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc203 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() function in art::linker::Arm64RelativePatcher