Home
last modified time | relevance | path

Searched refs:CreateProcessMemory (Results 1 – 8 of 8) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DMemory.h34 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp60 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_uncached_unwind()
/system/core/libunwindstack/tests/
DUnwindTest.cpp131 auto process_memory(Memory::CreateProcessMemory(pid)); in VerifyUnwind()
169 auto process_memory(Memory::CreateProcessMemory(getpid())); in InnerFunction()
451 auto process_memory(Memory::CreateProcessMemory(getpid())); in TEST_F()
/system/core/libunwindstack/
DLocalUnwinder.cpp56 process_memory_ = unwindstack::Memory::CreateProcessMemory(getpid()); in Init()
DMemory.cpp199 std::shared_ptr<Memory> Memory::CreateProcessMemory(pid_t pid) { in CreateProcessMemory() function in unwindstack::Memory
/system/core/libbacktrace/
DUnwindStackMap.cpp44 process_memory_ = unwindstack::Memory::CreateProcessMemory(pid_); in Build()
DUnwindStack.cpp165 : BacktracePtrace(pid, tid, map), memory_(unwindstack::Memory::CreateProcessMemory(pid)) {} in UnwindStackPtrace()
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp102 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid); in SaveStack()