/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_base.h | 32 void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher_x86_base.cc | 44 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::X86BaseRelativePatcher
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 98 void PatchCall(std::vector<uint8_t>* code, in PatchCall() function 104 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset); in PatchCall()
|
D | multi_oat_relative_patcher_test.cc | 79 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, 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()
|
D | relative_patcher.h | 129 virtual void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher.cc | 60 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in Create() function in art::linker::RelativePatcher::Create::RelativePatcherNone
|
D | relative_patcher_test.h | 176 patcher_->PatchCall(&patched_code_, in Link()
|
D | oat_writer.cc | 1808 writer_->relative_patcher_->PatchCall(&patched_code_, in VisitMethod()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.h | 37 void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher_thumb2.cc | 56 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Thumb2RelativePatcher
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.h | 42 void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher_arm64.cc | 193 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Arm64RelativePatcher
|