Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc82 SetInsn32(code, literal_offset, value); in PatchCall()
102 SetInsn32(code, literal_offset, insn); in PatchPcRelativeReference()
124 SetInsn32(code, literal_offset, insn); in PatchBakerReadBarrierBranch()
145 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32() function in art::linker::Thumb2RelativePatcher
Drelative_patcher_thumb2.h54 void SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);