Home
last modified time | relevance | path

Searched refs:FindChildHandler (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler_unittest.cc76 MOCK_METHOD2(FindChildHandler, DIEHandler *(uint64, DwarfTag));
95 MOCK_METHOD2(FindChildHandler, DIEHandler *(uint64, DwarfTag));
240 EXPECT_CALL(mock_root_handler, FindChildHandler(_, _)) in TEST()
317 FindChildHandler(0x149f644f8116fe8cLL, in TEST()
336 FindChildHandler(0x97412be24875de9dLL, in TEST()
342 FindChildHandler(0x753c964c8ab538aeLL, in TEST()
453 FindChildHandler(0x058f09240c5fc8c9LL, in TEST()
462 FindChildHandler(0x32dc00c9945dc0c8LL, in TEST()
Ddwarf2diehandler.h245 virtual DIEHandler *FindChildHandler(uint64 offset, enum DwarfTag tag) { in FindChildHandler() function
Ddwarf2diehandler.cc84 handler = parent->handler_->FindChildHandler(offset, tag); in StartDIE()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc391 = parent->FindChildHandler(0x8f4c783c0467c989ULL, tag); in StartNamedDIE()
412 = parent->FindChildHandler(0x8f4c783c0467c989ULL, tag); in StartSpecifiedDIE()
437 = parent->FindChildHandler(0xe34797c7e68590a8LL, in DefineFunction()
470 dwarf2reader::DIEHandler *die = parent->FindChildHandler(offset, tag); in DeclarationDIE()
496 = parent->FindChildHandler(0x6ccfea031a9e6cc9ULL, tag); in DefinitionDIE()
525 = parent->FindChildHandler(offset, dwarf2reader::DW_TAG_subprogram); in AbstractInstanceDIE()
552 = parent->FindChildHandler(0x11c70f94c6e87ccdLL, in DefineInlineInstanceDIE()
697 .FindChildHandler(0x7db32bff4e2dcfb1ULL, in TEST_F()
707 ->FindChildHandler(0x02e55999b865e4e9ULL, in TEST_F()
Ddwarf_cu_to_module.h249 DIEHandler *FindChildHandler(uint64 offset, enum DwarfTag tag);
Ddwarf_cu_to_module.cc577 DIEHandler *FindChildHandler(uint64 offset, enum DwarfTag tag);
588 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler( in FindChildHandler() function in google_breakpad::DwarfCUToModule::NamedScopeHandler
752 dwarf2reader::DIEHandler *DwarfCUToModule::FindChildHandler( in FindChildHandler() function in google_breakpad::DwarfCUToModule