Searched refs:StartRootDIE (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler_unittest.cc98 MOCK_METHOD2(StartRootDIE, bool(uint64, DwarfTag));
135 StartRootDIE(0x7d08242b4b510cf2LL, (DwarfTag) 0xb4f98da6))
162 StartRootDIE(0x7d08242b4b510cf2LL, (DwarfTag) 0xb4f98da6))
204 StartRootDIE(0xe2222da01e29f2a9LL, (DwarfTag) 0x9829445c))
305 StartRootDIE(0x15f0e06bdfe3c372LL, (DwarfTag) 0xf5d60c59))
446 StartRootDIE(0xbf13b761691ddc91LL, (DwarfTag) 0x98980361))
H A Ddwarf2diehandler.h281 virtual bool StartRootDIE(uint64 offset, enum DwarfTag tag) { return true; } function in class:dwarf2reader::RootDIEHandler
H A Ddwarf2diehandler.cc94 if (root_handler_->StartRootDIE(offset, tag))
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h258 bool StartRootDIE(uint64 offset, enum DwarfTag tag);
H A Ddwarf_cu_to_module_unittest.cc175 // StartRootDIE member functions, passing it appropriate attributes as
340 ASSERT_TRUE(root_handler_.StartRootDIE(0x02e56bfbda9e7337ULL,
1447 ASSERT_TRUE(root1_handler.StartRootDIE(1,
1460 ASSERT_TRUE(root2_handler.StartRootDIE(1,
1477 ASSERT_TRUE(root3_handler.StartRootDIE(1,
1506 ASSERT_TRUE(root1_handler.StartRootDIE(1,
1519 ASSERT_TRUE(root2_handler.StartRootDIE(1,
1537 ASSERT_TRUE(root3_handler.StartRootDIE(1,
1651 ASSERT_TRUE(root_handler_.StartRootDIE(0xae789dc102cfca54ULL,
1708 ASSERT_FALSE(root_handler_.StartRootDIE(
[all...]
H A Ddwarf_cu_to_module.cc1067 bool DwarfCUToModule::StartRootDIE(uint64 offset, enum DwarfTag tag) { function in class:google_breakpad::DwarfCUToModule

Completed in 81 milliseconds