Searched refs:SetInsn (Results 1 – 4 of 4) sorted by relevance
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 243 SetInsn(¤t_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference() 244 SetInsn(¤t_method_thunks_, thunks_code_offset + 4u, b_back); in PatchPcRelativeReference() 252 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 308 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 335 SetInsn(code, literal_offset, insn); in PatchBakerReadBarrierBranch() 383 SetInsn(code, literal_offset, insn); in PatchBl() 436 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() function in art::linker::Arm64RelativePatcher
|
D | relative_patcher_arm64.h | 63 static void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
|
/art/dex2oat/linker/riscv64/ |
D | relative_patcher_riscv64.cc | 89 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 127 void Riscv64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() function in art::linker::Riscv64RelativePatcher
|
D | relative_patcher_riscv64.h | 58 static void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
|