Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
Dlocal_unwind_benchmarks.cpp86 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory()
110 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached()
156 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory_no_func_names()
180 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached_no_func_names()
Dremote_unwind_benchmarks.cpp116 process_memory = unwindstack::Memory::CreateProcessMemory(pid); in RemoteUnwind()
/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/system/unwinding/libbacktrace/
DUnwindStackMap.cpp44 process_memory_ = unwindstack::Memory::CreateProcessMemory(pid_); in Build()
DUnwindStack.cpp177 : BacktracePtrace(pid, tid, map), memory_(unwindstack::Memory::CreateProcessMemory(pid)) {} in UnwindStackPtrace()
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp138 auto process_memory(Memory::CreateProcessMemory(pid)); in VerifyUnwind()
180 auto process_memory(Memory::CreateProcessMemory(getpid())); in InnerFunction()
462 auto process_memory(Memory::CreateProcessMemory(getpid())); in TEST_F()
/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp102 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid); in SaveStack()
/system/unwinding/libunwindstack/
DMemory.cpp215 std::shared_ptr<Memory> Memory::CreateProcessMemory(pid_t pid) { in CreateProcessMemory() function in unwindstack::Memory