/art/compiler/linker/ |
D | multi_oat_relative_patcher.h | 96 void PatchCall(std::vector<uint8_t>* code, in PatchCall() function 102 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset); in PatchCall()
|
D | relative_patcher.h | 101 virtual void PatchCall(std::vector<uint8_t>* code,
|
D | multi_oat_relative_patcher_test.cc | 80 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchCall() function in art::linker::MultiOatRelativePatcherTest::MockPatcher 270 patcher_.PatchCall(&code, method1_literal_offset, method1_patch_offset, method1_target_offset); in TEST_F() 292 patcher_.PatchCall(&code, method3_literal_offset, method3_patch_offset, method3_target_offset); in TEST_F()
|
D | relative_patcher.cc | 58 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in Create() function in art::linker::RelativePatcher::Create::FINAL
|
D | relative_patcher_test.h | 156 patcher_->PatchCall(&patched_code_, patch.LiteralOffset(), in Link()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_base.h | 32 void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher_x86_base.cc | 37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::X86BaseRelativePatcher
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2.h | 29 void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher_thumb2.cc | 31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Thumb2RelativePatcher
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.h | 36 void PatchCall(std::vector<uint8_t>* code,
|
D | relative_patcher_arm64.cc | 143 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Arm64RelativePatcher
|
/art/compiler/ |
D | oat_writer.cc | 1047 writer_->relative_patcher_->PatchCall(&patched_code_, in VisitMethod()
|