Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libbacktrace/
H A DUnwindStackMap.cpp145 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
/aosp12/system/unwinding/libbacktrace/include/backtrace/
H A DBacktraceMap.h122 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUnwinder.h106 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function