Searched refs:SetInsn (Results 1 – 2 of 2) sorted by relevance
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 160 SetInsn(code, literal_offset, insn); in PatchCall() 200 SetInsn(¤t_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference() 201 SetInsn(¤t_method_thunks_, thunks_code_offset + 4u, b_back); in PatchPcRelativeReference() 209 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 243 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference() 328 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 | 51 void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
|