Home
last modified time | relevance | path

Searched defs:SetMemory (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/tests/
DMemoryFake.h57 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory() function
61 void SetMemory(uint64_t addr, std::string string) { in SetMemory() function
DMemoryFake.cpp37 void MemoryFake::SetMemory(uint64_t addr, const void* memory, size_t length) { in SetMemory() function in unwindstack::MemoryFake