Home
last modified time | relevance | path

Searched refs:app_memory (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc762 AppMemory app_memory; in RegisterAppMemory() local
763 app_memory.ptr = ptr; in RegisterAppMemory()
764 app_memory.length = length; in RegisterAppMemory()
765 app_memory_list_.push_back(app_memory); in RegisterAppMemory()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc1068 AppMemory app_memory; in RegisterAppMemory() local
1069 app_memory.ptr = reinterpret_cast<ULONG64>(ptr); in RegisterAppMemory()
1070 app_memory.length = static_cast<ULONG>(length); in RegisterAppMemory()
1071 app_memory_info_.push_back(app_memory); in RegisterAppMemory()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc651 AppMemory app_memory; in TEST() local
652 app_memory.ptr = memory; in TEST()
653 app_memory.length = kMemorySize; in TEST()
654 memory_list.push_back(app_memory); in TEST()