Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc56 SetInsn32(code, literal_offset, value); in PatchCall()
76 SetInsn32(code, literal_offset, insn); in PatchPcRelativeReference()
96 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32() function in art::linker::Thumb2RelativePatcher
Drelative_patcher_thumb2.h41 void SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);