Searched refs:AppMemory (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.h56 struct AppMemory { struct in namespace:google_breakpad
60 bool operator==(const struct AppMemory& other) const {
68 typedef std::list<AppMemory> AppMemoryList;
H A Dminidump_writer_unittest.cc478 AppMemory app_memory;
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.h84 struct AppMemory { struct in namespace:google_breakpad
88 bool operator==(const struct AppMemory& other) const {
96 typedef std::list<AppMemory> AppMemoryList;
H A Dexception_handler.cc250 AppMemory instruction_memory;
996 AppMemory& elt = app_memory_info_.front();
1059 AppMemory app_memory;
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc714 AppMemory app_memory;

Completed in 665 milliseconds