Searched refs:root_handler_ (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 131 root_handler_(&file_context_, &line_reader_, in CUFixtureBase() 295 DwarfCUToModule root_handler_; member in CUFixtureBase 339 ASSERT_TRUE(root_handler_ in StartCU() 343 ASSERT_TRUE(root_handler_.StartRootDIE(0x02e56bfbda9e7337ULL, in StartCU() 346 root_handler_.ProcessAttributeString(dwarf2reader::DW_AT_name, in StartCU() 350 root_handler_.ProcessAttributeString(dwarf2reader::DW_AT_comp_dir, in StartCU() 354 root_handler_.ProcessAttributeUnsigned(dwarf2reader::DW_AT_stmt_list, in StartCU() 359 root_handler_.ProcessAttributeSigned(dwarf2reader::DW_AT_language, in StartCU() 363 root_handler_.ProcessAttributeUnsigned(dwarf2reader::DW_AT_language, in StartCU() 367 ASSERT_TRUE(root_handler_.EndAttributes()); in StartCU() [all …]
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler.cc | 47 if (entry.handler_ != root_handler_) in ~DIEDispatcher() 56 return root_handler_->StartCompilationUnit(offset, address_size, in StartCompilationUnit() 73 if (parent->handler_ != root_handler_) in StartDIE() 95 if (root_handler_->StartRootDIE(offset, tag)) in StartDIE() 96 handler = root_handler_; in StartDIE() 127 if (entry->handler_ != root_handler_) in EndDIE()
|
D | dwarf2diehandler.h | 291 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } in DIEDispatcher() 361 RootDIEHandler *root_handler_; variable
|