Searched refs:root_handler_ (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 129 root_handler_(&file_context_, &line_reader_, &reporter_), in CUFixtureBase() 292 DwarfCUToModule root_handler_; member in CUFixtureBase 336 ASSERT_TRUE(root_handler_ in StartCU() 340 ASSERT_TRUE(root_handler_.StartRootDIE(0x02e56bfbda9e7337ULL, in StartCU() 343 root_handler_.ProcessAttributeString(dwarf2reader::DW_AT_name, in StartCU() 347 root_handler_.ProcessAttributeString(dwarf2reader::DW_AT_comp_dir, in StartCU() 351 root_handler_.ProcessAttributeUnsigned(dwarf2reader::DW_AT_stmt_list, in StartCU() 356 root_handler_.ProcessAttributeSigned(dwarf2reader::DW_AT_language, in StartCU() 360 root_handler_.ProcessAttributeUnsigned(dwarf2reader::DW_AT_language, in StartCU() 364 ASSERT_TRUE(root_handler_.EndAttributes()); in StartCU() [all …]
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler.cc | 46 if (entry.handler_ != root_handler_) in ~DIEDispatcher() 55 return root_handler_->StartCompilationUnit(offset, address_size, in StartCompilationUnit() 72 if (parent->handler_ != root_handler_) in StartDIE() 94 if (root_handler_->StartRootDIE(offset, tag)) in StartDIE() 95 handler = root_handler_; in StartDIE() 126 if (entry->handler_ != root_handler_) in EndDIE()
|
D | dwarf2diehandler.h | 289 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } in DIEDispatcher() 359 RootDIEHandler *root_handler_; variable
|