Home
last modified time | relevance | path

Searched defs:GetProcessMemory (Results 1 – 3 of 3) sorted by relevance

/system/core/libbacktrace/
DUnwindStackMap.cpp131 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h124 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function