Searched defs:GetProcessMemory (Results 1 – 5 of 5) sorted by relevance
150 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
125 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
75 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
170 std::shared_ptr<Memory> OfflineUnwindUtils::GetProcessMemory( in GetProcessMemory() function in unwindstack::OfflineUnwindUtils