Searched defs:PatchCall (Results 1 - 3 of 3) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86_base.cc37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, function in class:art::linker::X86BaseRelativePatcher
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.cc31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, function in class:art::linker::Thumb2RelativePatcher
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc133 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, function in class:art::linker::Arm64RelativePatcher

Completed in 108 milliseconds