Searched refs:SetInsn32 (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.cc | 82 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
|
D | relative_patcher_thumb2.h | 54 void SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
|