Searched refs:SetInsn (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 241 SetInsn(¤t_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference() 242 SetInsn(¤t_method_thunks_, thunks_code_offset + 4u, b_back); in PatchPcRelativeReference() 250 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 305 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 332 SetInsn(code, literal_offset, insn); in PatchBakerReadBarrierBranch() 380 SetInsn(code, literal_offset, insn); in PatchBl() 433 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() function in art::linker::Arm64RelativePatcher
|
H A D | relative_patcher_arm64.h | 67 static void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
|