Searched refs:CreateProcessMemoryThreadCached (Results 1 – 5 of 5) sorted by relevance
37 static std::shared_ptr<Memory> CreateProcessMemoryThreadCached(pid_t pid);
112 process_memory_ = Memory::CreateProcessMemoryThreadCached(getpid()); in InternalInitialize()
384 process_memory_ = Memory::CreateProcessMemoryThreadCached(pid_); in Init()
223 std::shared_ptr<Memory> Memory::CreateProcessMemoryThreadCached(pid_t pid) { in CreateProcessMemoryThreadCached() function in unwindstack::Memory
176 auto process_memory = unwindstack::Memory::CreateProcessMemoryThreadCached(getpid()); in BM_local_unwind_local_updatable_maps_thread_cached()