Searched refs:PatchBl (Results 1 – 4 of 4) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.cc | 64 PatchBl(code, literal_offset, displacement); in PatchCall() 95 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall() 140 void Thumb2RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl() function in art::linker::Thumb2RelativePatcher
|
D | relative_patcher_thumb2.h | 57 static void PatchBl(std::vector<uint8_t>* code, uint32_t literal_offset, uint32_t displacement);
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.h | 63 static void PatchBl(std::vector<uint8_t>* code, uint32_t literal_offset, uint32_t displacement);
|
D | relative_patcher_arm64.cc | 199 PatchBl(code, literal_offset, displacement); in PatchCall() 309 PatchBl(code, patch.LiteralOffset(), displacement); in PatchEntrypointCall() 362 void Arm64RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl() function in art::linker::Arm64RelativePatcher
|