Searched refs:MemoryRemote (Results 1 – 7 of 7) sorted by relevance
29 class MemoryRemote : public Memory {31 MemoryRemote(pid_t pid) : pid_(pid), read_redirect_func_(0) {} in MemoryRemote() function32 virtual ~MemoryRemote() = default;
29 long MemoryRemote::ReadTag(uint64_t addr) { in ReadTag()
219 return std::shared_ptr<Memory>(new MemoryRemote(pid)); in CreateProcessMemory()226 return std::shared_ptr<Memory>(new MemoryCache(new MemoryRemote(pid))); in CreateProcessMemoryCached()233 return std::shared_ptr<Memory>(new MemoryThreadCache(new MemoryRemote(pid))); in CreateProcessMemoryThreadCached()325 size_t MemoryRemote::Read(uint64_t addr, void* dst, size_t size) { in Read()
54 MemoryRemote remote(pid); in TEST()83 MemoryRemote remote(pid); in TEST()116 MemoryRemote remote(pid); in TEST()157 MemoryRemote remote(pid); in TEST()189 MemoryRemote remote(pid); in TEST()209 MemoryRemote remote(pid); in TEST()238 MemoryRemote remote(pid); in TEST()275 MemoryRemote remote(pid); in TEST()314 MemoryRemote remote_ptrace(pid); in TEST()329 MemoryRemote remote_readv(pid); in TEST()
73 MemoryRemote remote(pid); in TEST()
239 MemoryRemote memory(pid); in WaitForRemote()
41 unwindstack::MemoryRemote memory(pid); in WaitForRemote()