Searched defs:SetInsn (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/riscv64/ | ||
D | relative_patcher_riscv64.cc | 127 void Riscv64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() function in art::linker::Riscv64RelativePatcher |
/art/dex2oat/linker/arm64/ | ||
D | relative_patcher_arm64.cc | 436 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() function in art::linker::Arm64RelativePatcher |