Searched defs:SetMemory (Results 1 – 2 of 2) sorted by relevance
57 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory() function61 void SetMemory(uint64_t addr, std::string string) { in SetMemory() function
37 void MemoryFake::SetMemory(uint64_t addr, const void* memory, size_t length) { in SetMemory() function in unwindstack::MemoryFake