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