Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc207 SetInsn(code, literal_offset, insn); in PatchCall()
247 SetInsn(&current_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference()
248 SetInsn(&current_method_thunks_, thunks_code_offset + 4u, b_back); in PatchPcRelativeReference()
256 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference()
306 SetInsn(code, literal_offset, insn); in PatchPcRelativeReference()
325 SetInsn(code, literal_offset, insn); in PatchBakerReadBarrierBranch()
410 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 void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);