Home
last modified time | relevance | path

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

/art/dex2oat/linker/x86/
Drelative_patcher_x86_base.h32 void PatchCall(std::vector<uint8_t>* code,
Drelative_patcher_x86_base.cc44 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::X86BaseRelativePatcher
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h98 void PatchCall(std::vector<uint8_t>* code, in PatchCall() function
104 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset); in PatchCall()
Dmulti_oat_relative_patcher_test.cc79 void PatchCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchCall() function in art::linker::MultiOatRelativePatcherTest::MockPatcher
287 patcher_.PatchCall(&code, method1_literal_offset, method1_patch_offset, method1_target_offset); in TEST_F()
309 patcher_.PatchCall(&code, method3_literal_offset, method3_patch_offset, method3_target_offset); in TEST_F()
Drelative_patcher.h129 virtual void PatchCall(std::vector<uint8_t>* code,
Drelative_patcher.cc63 void PatchCall([[maybe_unused]] std::vector<uint8_t>* code, in Create() function in art::linker::RelativePatcher::Create::RelativePatcherNone
Drelative_patcher_test.h179 patcher_->PatchCall(&patched_code_, in Link()
Doat_writer.cc1671 writer_->relative_patcher_->PatchCall(&patched_code_, in VisitMethod()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.h33 void PatchCall(std::vector<uint8_t>* code,
Drelative_patcher_thumb2.cc56 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Thumb2RelativePatcher
/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64.h38 void PatchCall(std::vector<uint8_t>* code,
Drelative_patcher_riscv64.cc54 void Riscv64RelativePatcher::PatchCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchCall() function in art::linker::Riscv64RelativePatcher
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.h38 void PatchCall(std::vector<uint8_t>* code,
Drelative_patcher_arm64.cc195 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Arm64RelativePatcher