Home
last modified time | relevance | path

Searched refs:PatchCall (Results 1 – 10 of 10) sorted by relevance

/art/compiler/linker/x86/
Drelative_patcher_x86_base.h32 void PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,
Drelative_patcher_x86_base.cc37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall() function in art::linker::X86BaseRelativePatcher
/art/compiler/linker/arm/
Drelative_patcher_thumb2.h29 void PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,
Drelative_patcher_thumb2.cc31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall() function in art::linker::Thumb2RelativePatcher
/art/compiler/linker/
Drelative_patcher.h97 virtual void PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,
Drelative_patcher.cc49 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in Create() function in art::linker::RelativePatcher::Create::FINAL
Drelative_patcher_test.h136 patcher_->PatchCall(&patched_code_, patch.LiteralOffset(), in Link()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.h35 void PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,
Drelative_patcher_arm64.cc133 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall() function in art::linker::Arm64RelativePatcher
/art/compiler/
Doat_writer.cc740 writer_->relative_patcher_->PatchCall(&patched_code_, literal_offset, in VisitMethod()