Searched refs:CreateProcessMemory (Results 1 – 9 of 9) sorted by relevance
80 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory()104 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_android_unwind_uncached_process_memory()152 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached()188 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory_no_func_names()212 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached_no_func_names()
107 process_memory = unwindstack::Memory::CreateProcessMemory(pid); in RemoteUnwind()147 process_memory = unwindstack::Memory::CreateProcessMemory(pid); in RemoteAndroidUnwind()
35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
153 bool CreateProcessMemory(std::string* error_msg, const std::string& sample_name = kSingleSample);
259 if (!CreateProcessMemory(error_msg, sample_name)) return false; in Init()263 if (!CreateProcessMemory(error_msg, sample_name)) return false; in Init()345 bool OfflineUnwindUtils::CreateProcessMemory(std::string* error_msg, in CreateProcessMemory() function in unwindstack::OfflineUnwindUtils
151 auto process_memory(Memory::CreateProcessMemory(pid)); in VerifyUnwind()192 auto process_memory(Memory::CreateProcessMemory(getpid())); in InnerFunction()448 auto process_memory(Memory::CreateProcessMemory(getpid())); in TEST_F()
2098 auto process_memory = Memory::CreateProcessMemory(getpid()); in TEST_F()
118 auto process_memory = unwindstack::Memory::CreateProcessMemory(tid); in SaveStack()191 auto memory = unwindstack::Memory::CreateProcessMemory(tid); in CreateElfFromMemory()
209 std::shared_ptr<Memory> Memory::CreateProcessMemory(pid_t pid) { in CreateProcessMemory() function in unwindstack::Memory