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.cc714 AppMemory app_memory; in RegisterAppMemory() local
715 app_memory.ptr = ptr; in RegisterAppMemory()
716 app_memory.length = length; in RegisterAppMemory()
717 app_memory_list_.push_back(app_memory); in RegisterAppMemory()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc1059 AppMemory app_memory; in RegisterAppMemory() local
1060 app_memory.ptr = reinterpret_cast<ULONG64>(ptr); in RegisterAppMemory()
1061 app_memory.length = static_cast<ULONG>(length); in RegisterAppMemory()
1062 app_memory_info_.push_back(app_memory); in RegisterAppMemory()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc478 AppMemory app_memory; in TEST() local
479 app_memory.ptr = memory; in TEST()
480 app_memory.length = kMemorySize; in TEST()
481 memory_list.push_back(app_memory); in TEST()