Home
last modified time | relevance | path

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

/system/unwinding/libbacktrace/
DUnwindStackMap.cpp150 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
/system/unwinding/libbacktrace/include/backtrace/
DBacktraceMap.h125 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h75 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
DUnwinder.h97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp170 std::shared_ptr<Memory> OfflineUnwindUtils::GetProcessMemory( in GetProcessMemory() function in unwindstack::OfflineUnwindUtils