Home
last modified time | relevance | path

Searched refs:modules_with_corrupt_symbols (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_mips_unittest.cc159 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 …]
Dstackwalker_arm_unittest.cc156 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 …]
Dstackwalker_amd64_unittest.cc160 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 …]
Dstackwalker_arm64_unittest.cc154 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 …]
Dstackwalker_x86_unittest.cc170 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 …]
Dstackwalker_address_list_unittest.cc134 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()
Dstackwalker.cc108 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()
Dstackwalk_common.cc699 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/
Dprocess_state.h115 const vector<const CodeModule*>* modules_with_corrupt_symbols() const { in modules_with_corrupt_symbols() function
Dstackwalker.h82 vector<const CodeModule*>* modules_with_corrupt_symbols);