Home
last modified time | relevance | path

Searched refs:app_memory_info_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc253 app_memory_info_.push_back(instruction_memory); in Initialize()
996 AppMemory& elt = app_memory_info_.front(); in WriteMinidumpWithExceptionForProcess()
1003 context.iter = app_memory_info_.begin(); in WriteMinidumpWithExceptionForProcess()
1004 context.end = app_memory_info_.end(); in WriteMinidumpWithExceptionForProcess()
1053 std::find(app_memory_info_.begin(), app_memory_info_.end(), ptr); in RegisterAppMemory()
1054 if (iter != app_memory_info_.end()) { in RegisterAppMemory()
1062 app_memory_info_.push_back(app_memory); in RegisterAppMemory()
1067 std::find(app_memory_info_.begin(), app_memory_info_.end(), ptr); in UnregisterAppMemory()
1068 if (iter != app_memory_info_.end()) { in UnregisterAppMemory()
1069 app_memory_info_.erase(iter); in UnregisterAppMemory()
Dexception_handler.h490 AppMemoryList app_memory_info_; variable