Searched defs:GetProcessMemory (Results 1 – 3 of 3) sorted by relevance
131 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
124 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function