/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64.h | 33 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_x86_64.cc | 37 void X86_64RelativePatcher::PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::X86_64RelativePatcher
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86.h | 33 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_x86.cc | 59 void X86RelativePatcher::PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::X86RelativePatcher
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 117 void PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall() function 121 relative_patcher_->PatchEntrypointCall(code, patch, patch_offset); in PatchEntrypointCall()
|
D | relative_patcher.h | 141 virtual void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher.cc | 77 void PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in Create() function in art::linker::RelativePatcher::Create::RelativePatcherNone
|
D | multi_oat_relative_patcher_test.cc | 97 void PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::MultiOatRelativePatcherTest::MockPatcher
|
D | relative_patcher_test.h | 206 patcher_->PatchEntrypointCall(&patched_code_, in Link()
|
D | oat_writer.cc | 1768 writer_->relative_patcher_->PatchEntrypointCall(&patched_code_, in VisitMethod()
|
/art/dex2oat/linker/riscv64/ |
D | relative_patcher_riscv64.h | 46 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_riscv64.cc | 92 void Riscv64RelativePatcher::PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::Riscv64RelativePatcher
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.h | 41 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_thumb2.cc | 86 void Thumb2RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::Thumb2RelativePatcher
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.h | 46 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_arm64.cc | 312 void Arm64RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::Arm64RelativePatcher
|