HomeSort by relevance Sort by last modified time
    Searched refs:GetModuleAtIndex (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
code_modules.h 75 // 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
minidump.h 497 virtual const MinidumpModule* GetModuleAtIndex(unsigned int index) const;
    [all...]
  /external/google-breakpad/src/processor/
basic_code_modules.h 67 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const;
basic_code_modules.cc 64 // 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(
118 // way to walk the list of CodeModule objects. Implement GetModuleAtIndex
stackwalker_unittest_utils.h 156 const CodeModule *GetModuleAtIndex(unsigned int index) const {
minidump_unittest.cc 433 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());
    [all...]
minidump.cc     [all...]

Completed in 722 milliseconds