Home
last modified time | relevance | path

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

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