/external/google-breakpad/src/processor/ |
D | stackwalker_mips_unittest.cc | 159 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 161 &modules_with_corrupt_symbols)); in TEST_F() 164 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 186 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 188 &modules_with_corrupt_symbols)); in TEST_F() 191 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 209 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 211 &modules_with_corrupt_symbols)); in TEST_F() 214 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 265 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local [all …]
|
D | stackwalker_arm_unittest.cc | 156 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 158 &modules_with_corrupt_symbols)); in TEST_F() 160 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 179 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 181 &modules_with_corrupt_symbols)); in TEST_F() 183 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 199 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 201 &modules_with_corrupt_symbols)); in TEST_F() 203 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 252 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local [all …]
|
D | stackwalker_amd64_unittest.cc | 160 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 162 &modules_with_corrupt_symbols)); in TEST_F() 165 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 186 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 188 &modules_with_corrupt_symbols)); in TEST_F() 191 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 210 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 212 &modules_with_corrupt_symbols)); in TEST_F() 215 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 271 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local [all …]
|
D | stackwalker_arm64_unittest.cc | 154 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 156 &modules_with_corrupt_symbols)); in TEST_F() 158 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 176 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 178 &modules_with_corrupt_symbols)); in TEST_F() 180 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 229 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 231 &modules_with_corrupt_symbols)); in TEST_F() 235 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 301 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local [all …]
|
D | stackwalker_x86_unittest.cc | 170 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 172 &modules_with_corrupt_symbols)); in TEST_F() 175 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 196 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 198 &modules_with_corrupt_symbols)); in TEST_F() 201 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 219 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 221 &modules_with_corrupt_symbols)); in TEST_F() 224 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F() 261 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local [all …]
|
D | stackwalker_address_list_unittest.cc | 134 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 136 &modules_with_corrupt_symbols)); in TEST_F() 143 ASSERT_EQ(0u, modules_with_corrupt_symbols.size()); in TEST_F() 168 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local 170 &modules_with_corrupt_symbols)); in TEST_F() 173 ASSERT_EQ(0u, modules_with_corrupt_symbols.size()); in TEST_F()
|
D | stackwalker.cc | 108 vector<const CodeModule*>* modules_with_corrupt_symbols) { in Walk() argument 118 assert(modules_with_corrupt_symbols); in Walk() 150 modules_with_corrupt_symbols); in Walk()
|
D | stackwalk_common.cc | 699 const vector<const CodeModule*> *modules_with_corrupt_symbols, in PrintModule() argument 706 } else if (ContainsModule(modules_with_corrupt_symbols, module)) { in PrintModule() 726 const vector<const CodeModule*> *modules_with_corrupt_symbols) { in PrintModules() argument 744 PrintModule(module, modules_without_symbols, modules_with_corrupt_symbols, in PrintModules() 861 process_state.modules_with_corrupt_symbols()); in PrintProcessState()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | process_state.h | 115 const vector<const CodeModule*>* modules_with_corrupt_symbols() const { in modules_with_corrupt_symbols() function
|
D | stackwalker.h | 82 vector<const CodeModule*>* modules_with_corrupt_symbols);
|