Home
last modified time | relevance | path

Searched refs:MemoryRemote (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/
DMemoryRemote.h29 class MemoryRemote : public Memory {
31 MemoryRemote(pid_t pid) : pid_(pid), read_redirect_func_(0) {} in MemoryRemote() function
32 virtual ~MemoryRemote() = default;
DMemoryMte.cpp29 long MemoryRemote::ReadTag(uint64_t addr) { in ReadTag()
DMemory.cpp219 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()
/system/unwinding/libunwindstack/tests/
DMemoryRemoteTest.cpp54 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()
DMemoryMteTest.cpp73 MemoryRemote remote(pid); in TEST()
DUnwindTest.cpp239 MemoryRemote memory(pid); in WaitForRemote()
/system/unwinding/libunwindstack/benchmarks/
Dremote_unwind_benchmarks.cpp41 unwindstack::MemoryRemote memory(pid); in WaitForRemote()