Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_mips_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()
188 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
190 &modules_with_corrupt_symbols)); in TEST_F()
193 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
212 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
214 &modules_with_corrupt_symbols)); in TEST_F()
217 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
269 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
[all …]
Dstackwalker_mips64_unittest.cc162 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
164 &modules_with_corrupt_symbols)); in TEST_F()
167 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
191 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
193 &modules_with_corrupt_symbols)); in TEST_F()
196 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
216 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
218 &modules_with_corrupt_symbols)); in TEST_F()
221 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
274 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
[all …]
Dstackwalker_arm_unittest.cc157 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
159 &modules_with_corrupt_symbols)); in TEST_F()
161 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
180 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
182 &modules_with_corrupt_symbols)); in TEST_F()
184 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
200 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
202 &modules_with_corrupt_symbols)); in TEST_F()
204 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
253 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
[all …]
Dstackwalker_arm64_unittest.cc155 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
157 &modules_with_corrupt_symbols)); in TEST_F()
159 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
177 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
179 &modules_with_corrupt_symbols)); in TEST_F()
181 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
230 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
232 &modules_with_corrupt_symbols)); in TEST_F()
236 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
302 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
[all …]
Dstackwalker_amd64_unittest.cc161 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
163 &modules_with_corrupt_symbols)); in TEST_F()
166 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
187 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
189 &modules_with_corrupt_symbols)); in TEST_F()
192 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
211 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
213 &modules_with_corrupt_symbols)); in TEST_F()
216 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
272 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
[all …]
Dstackwalker_x86_unittest.cc171 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
173 &modules_with_corrupt_symbols)); in TEST_F()
176 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
197 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
199 &modules_with_corrupt_symbols)); in TEST_F()
202 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
220 vector<const CodeModule*> modules_with_corrupt_symbols; in TEST_F() local
222 &modules_with_corrupt_symbols)); in TEST_F()
225 ASSERT_EQ(0U, modules_with_corrupt_symbols.size()); in TEST_F()
262 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.cc114 vector<const CodeModule*>* modules_with_corrupt_symbols) { in Walk() argument
124 assert(modules_with_corrupt_symbols); in Walk()
157 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()
875 process_state.modules_with_corrupt_symbols()); in PrintProcessState()
/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h123 const vector<const CodeModule*>* modules_with_corrupt_symbols() const { in modules_with_corrupt_symbols() function
Dstackwalker.h82 vector<const CodeModule*>* modules_with_corrupt_symbols);