Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc243 SetInsn(&current_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference()
244 SetInsn(&current_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
Drelative_patcher_arm64.h63 static void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64.cc89 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
Drelative_patcher_riscv64.h58 static void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);