Home
last modified time | relevance | path

Searched defs:PatchCall (Results 1 – 8 of 8) sorted by relevance

/art/dex2oat/linker/x86/
Drelative_patcher_x86_base.cc44 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::X86BaseRelativePatcher
/art/dex2oat/linker/mips/
Drelative_patcher_mips.cc41 void MipsRelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchCall() function in art::linker::MipsRelativePatcher
/art/dex2oat/linker/mips64/
Drelative_patcher_mips64.cc41 void Mips64RelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchCall() function in art::linker::Mips64RelativePatcher
/art/dex2oat/linker/
Drelative_patcher.cc66 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in Create() function in art::linker::RelativePatcher::Create::RelativePatcherNone
Dmulti_oat_relative_patcher.h98 void PatchCall(std::vector<uint8_t>* code, in PatchCall() function
Dmulti_oat_relative_patcher_test.cc79 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchCall() function in art::linker::MultiOatRelativePatcherTest::MockPatcher
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc57 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Thumb2RelativePatcher
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc190 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() function in art::linker::Arm64RelativePatcher