Searched refs:CreateProcessMemoryThreadCached (Results 1 – 5 of 5) sorted by relevance
38 static std::shared_ptr<Memory> CreateProcessMemoryThreadCached(pid_t pid);
56 process_memory_ = unwindstack::Memory::CreateProcessMemoryThreadCached(getpid()); in Init()
415 process_memory_ = Memory::CreateProcessMemoryThreadCached(pid_); in Init()
229 std::shared_ptr<Memory> Memory::CreateProcessMemoryThreadCached(pid_t pid) { in CreateProcessMemoryThreadCached() function in unwindstack::Memory
134 auto process_memory = unwindstack::Memory::CreateProcessMemoryThreadCached(getpid()); in BM_local_unwind_local_updatable_maps_thread_cached()