HomeSort by relevance Sort by last modified time
    Searched refs:SetInsn32 (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 77 SetInsn32(code, literal_offset, value);
97 SetInsn32(code, literal_offset, insn);
175 SetInsn32(code, literal_offset, insn);
402 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) {
relative_patcher_thumb2.h 127 void SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);

Completed in 121 milliseconds