Searched refs:GetModuleAtIndex (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Dcode_modules.h75 // may return CodeModule objects from GetModuleAtIndex in any order it
77 // the CodeModules object. Typically, GetModuleAtIndex would be used by
83 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const = 0;
90 // interfaces are concerned, except that the order that GetModuleAtIndex
H A Dminidump.h497 virtual const MinidumpModule* GetModuleAtIndex(unsigned int index) const;
/external/google-breakpad/src/processor/
H A Dbasic_code_modules.cc64 // GetModuleAtIndex because ordering is unimportant when slurping the
65 // entire list, and GetModuleAtIndex may be faster than
68 that->GetModuleAtIndex(module_sequence)->Copy());
115 const CodeModule* BasicCodeModules::GetModuleAtIndex( function in class:google_breakpad::BasicCodeModules
118 // way to walk the list of CodeModule objects. Implement GetModuleAtIndex
H A Dbasic_code_modules.h67 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const;
H A Dstackwalker_unittest_utils.h156 const CodeModule *GetModuleAtIndex(unsigned int index) const { function in class:MockCodeModules
H A Dminidump_unittest.cc433 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0);
625 md_module_list->GetModuleAtIndex(0)->base_address());
627 md_module_list->GetModuleAtIndex(1)->base_address());
629 md_module_list->GetModuleAtIndex(2)->base_address());
H A Dminidump.cc2597 return GetModuleAtIndex(module_index);
2609 return GetModuleAtIndex(0);
2632 return GetModuleAtIndex(module_index);
2636 const MinidumpModule* MinidumpModuleList::GetModuleAtIndex( function in class:google_breakpad::MinidumpModuleList
2639 BPLOG(ERROR) << "Invalid MinidumpModuleList for GetModuleAtIndex";

Completed in 35 milliseconds