Searched refs:PatchCall (Results 1 - 12 of 12) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86_base.h32 void PatchCall(std::vector<uint8_t>* code,
H A Drelative_patcher_x86_base.cc37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, function in class:art::linker::X86BaseRelativePatcher
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.h95 // Wrapper around RelativePatcher::PatchCall(), doing offset adjustment.
96 void PatchCall(std::vector<uint8_t>* code, function in class:art::linker::FINAL
102 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset);
H A Drelative_patcher.h101 virtual void PatchCall(std::vector<uint8_t>* code,
H A Drelative_patcher.cc58 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
H A Dmulti_oat_relative_patcher_test.cc80 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
270 patcher_.PatchCall(&code, method1_literal_offset, method1_patch_offset, method1_target_offset);
292 patcher_.PatchCall(&code, method3_literal_offset, method3_patch_offset, method3_target_offset);
H A Drelative_patcher_test.h156 patcher_->PatchCall(&patched_code_, patch.LiteralOffset(),
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h29 void PatchCall(std::vector<uint8_t>* code,
H A Drelative_patcher_thumb2.cc31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, function in class:art::linker::Thumb2RelativePatcher
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h36 void PatchCall(std::vector<uint8_t>* code,
H A Drelative_patcher_arm64.cc143 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, function in class:art::linker::Arm64RelativePatcher
/art/compiler/
H A Doat_writer.cc1047 writer_->relative_patcher_->PatchCall(&patched_code_,

Completed in 36 milliseconds