/art/dex2oat/linker/x86/ |
D | relative_patcher_x86.h | 33 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_x86.cc | 60 void X86RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchEntrypointCall() function in art::linker::X86RelativePatcher
|
/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 | 38 void X86_64RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchEntrypointCall() function in art::linker::X86_64RelativePatcher
|
/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 | 74 void PatchEntrypointCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in Create() function in art::linker::RelativePatcher::Create::RelativePatcherNone
|
D | multi_oat_relative_patcher_test.cc | 97 void PatchEntrypointCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchEntrypointCall() function in art::linker::MultiOatRelativePatcherTest::MockPatcher
|
D | relative_patcher_test.h | 195 patcher_->PatchEntrypointCall(&patched_code_, in Link()
|
D | oat_writer.cc | 1839 writer_->relative_patcher_->PatchEntrypointCall(&patched_code_, in VisitMethod()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.h | 45 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_thumb2.cc | 87 void Thumb2RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::Thumb2RelativePatcher
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.h | 50 void PatchEntrypointCall(std::vector<uint8_t>* code,
|
D | relative_patcher_arm64.cc | 302 void Arm64RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall() function in art::linker::Arm64RelativePatcher
|