Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindStackMap.cpp44 process_memory_ = unwindstack::Memory::CreateProcessMemory(pid_); in Build()
157 bool UnwindStackOfflineMap::CreateProcessMemory(const backtrace_stackinfo_t& stack) { in CreateProcessMemory() function in UnwindStackOfflineMap
DUnwindStackMap.h86 bool CreateProcessMemory(const backtrace_stackinfo_t& stack);
DUnwindStack.cpp139 if (!offline_map->CreateProcessMemory(stack)) { in UnwindOffline()
246 if (map.get() == nullptr || !map->CreateProcessMemory(stack)) { in CreateOffline()
/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.cpp171 std::shared_ptr<Memory> Memory::CreateProcessMemory(pid_t pid) { in CreateProcessMemory() function in unwindstack::Memory
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp61 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_uncached_unwind()
/system/core/libunwindstack/include/unwindstack/
DMemory.h38 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp102 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid); in SaveStack()