Home
last modified time | relevance | path

Searched refs:PatchBl (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc63 PatchBl(code, literal_offset, displacement); in PatchCall()
94 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall()
139 void Thumb2RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl() function in art::linker::Thumb2RelativePatcher
Drelative_patcher_thumb2.h57 static void PatchBl(std::vector<uint8_t>* code, uint32_t literal_offset, uint32_t displacement);
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.h63 static void PatchBl(std::vector<uint8_t>* code, uint32_t literal_offset, uint32_t displacement);
Drelative_patcher_arm64.cc201 PatchBl(code, literal_offset, displacement); in PatchCall()
316 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall()
369 void Arm64RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl() function in art::linker::Arm64RelativePatcher