Home
last modified time | relevance | path

Searched refs:GetProcessMemory (Results 1 – 7 of 7) sorted by relevance

/system/core/libbacktrace/
DUnwindStackMap.h50 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() override final;
DUnwindStackMap.cpp131 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp318 std::shared_ptr<unwindstack::Memory>& process_memory = unwinder->GetProcessMemory(); in dump_all_maps()
449 dump_signal_info(log, thread_info, unwinder->GetProcessMemory().get()); in dump_thread()
454 dump_abort_message(log, unwinder->GetProcessMemory().get(), abort_msg_address); in dump_thread()
470 dump_stack(log, unwinder->frames(), unwinder->GetMaps(), unwinder->GetProcessMemory().get()); in dump_thread()
475 dump_memory_and_code(log, maps, unwinder->GetProcessMemory().get(), in dump_thread()
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp281 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
291 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h124 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
/system/core/debuggerd/
Dcrash_dump.cpp588 populate_fdsan_table(&open_files, unwinder.GetProcessMemory(), fdsan_table_address); in main()