Searched refs:GetProcessMemory (Results 1 – 7 of 7) sorted by relevance
/system/core/libbacktrace/ |
D | UnwindStackMap.h | 50 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() override final;
|
D | UnwindStackMap.cpp | 131 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 318 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/ |
D | unwind_for_offline.cpp | 281 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData() 291 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
|
/system/core/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
|
/system/core/libbacktrace/include/backtrace/ |
D | BacktraceMap.h | 124 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 588 populate_fdsan_table(&open_files, unwinder.GetProcessMemory(), fdsan_table_address); in main()
|