Searched refs:CreateProcessMemory (Results 1 – 8 of 8) 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);
257 if (!CreateProcessMemory(error_msg, sample_name)) return false; in Init()261 if (!CreateProcessMemory(error_msg, sample_name)) return false; in Init()343 bool OfflineUnwindUtils::CreateProcessMemory(std::string* error_msg, in CreateProcessMemory() function in unwindstack::OfflineUnwindUtils
150 auto process_memory(Memory::CreateProcessMemory(pid)); in VerifyUnwind()191 auto process_memory(Memory::CreateProcessMemory(getpid())); in InnerFunction()440 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()
204 std::shared_ptr<Memory> Memory::CreateProcessMemory(pid_t pid) { in CreateProcessMemory() function in unwindstack::Memory