Searched refs:GetProcessMemory (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libbacktrace/ |
D | UnwindStackMap.h | 51 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() override final;
|
D | UnwindStackMap.cpp | 145 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 258 std::shared_ptr<unwindstack::Memory>& process_memory = unwinder->GetProcessMemory(); in dump_all_maps() 389 dump_signal_info(log, thread_info, process_info, unwinder->GetProcessMemory().get()); in dump_thread() 395 gwp_asan_crash_data = std::make_unique<GwpAsanCrashData>(unwinder->GetProcessMemory().get(), in dump_thread() 398 std::make_unique<ScudoCrashData>(unwinder->GetProcessMemory().get(), process_info); in dump_thread() 408 dump_abort_message(log, unwinder->GetProcessMemory().get(), process_info.abort_msg_address); in dump_thread() 440 dump_memory_and_code(log, maps, unwinder->GetProcessMemory().get(), in dump_thread()
|
D | tombstone_proto.cpp | 188 ScudoCrashData scudo_crash_data(unwinder->GetProcessMemory().get(), process_info); in dump_probable_cause() 194 GwpAsanCrashData gwp_asan_crash_data(unwinder->GetProcessMemory().get(), process_info, in dump_probable_cause() 242 std::shared_ptr<unwindstack::Memory> process_memory = unwinder->GetProcessMemory(); in dump_abort_message() 347 unwindstack::Memory* memory = unwinder->GetProcessMemory().get(); in dump_thread() 439 std::shared_ptr<unwindstack::Memory> process_memory = unwinder->GetProcessMemory(); in dump_mappings() 560 unwindstack::Memory* memory = unwinder->GetProcessMemory().get(); in dump_tags_around_fault_addr()
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 280 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData() 290 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
|
/system/unwinding/libbacktrace/include/backtrace/ |
D | BacktraceMap.h | 122 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 106 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 626 populate_fdsan_table(&open_files, unwinder.GetProcessMemory(), in main()
|
/system/unwinding/libunwindstack/tests/ |
D | UnwinderTest.cpp | 1757 ASSERT_EQ(process_memory.get(), unwinder.GetProcessMemory().get()); in TEST_F()
|