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.cc78 MOCK_METHOD2(FindChildHandler, DIEHandler *(uint64_t, DwarfTag));
97 MOCK_METHOD2(FindChildHandler, DIEHandler *(uint64_t, DwarfTag));
244 EXPECT_CALL(mock_root_handler, FindChildHandler(_, _)) in TEST()
321 FindChildHandler(0x149f644f8116fe8cLL, in TEST()
340 FindChildHandler(0x97412be24875de9dLL, in TEST()
346 FindChildHandler(0x753c964c8ab538aeLL, in TEST()
457 FindChildHandler(0x058f09240c5fc8c9LL, in TEST()
466 FindChildHandler(0x32dc00c9945dc0c8LL, in TEST()
Ddwarf2diehandler.h247 virtual DIEHandler *FindChildHandler(uint64_t offset, enum DwarfTag tag) { in FindChildHandler() function
Ddwarf2diehandler.cc85 handler = parent->handler_->FindChildHandler(offset, tag); in StartDIE()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc394 = parent->FindChildHandler(0x8f4c783c0467c989ULL, tag); in StartNamedDIE()
415 = parent->FindChildHandler(0x8f4c783c0467c989ULL, tag); in StartSpecifiedDIE()
440 = parent->FindChildHandler(0xe34797c7e68590a8LL, in DefineFunction()
473 dwarf2reader::DIEHandler *die = parent->FindChildHandler(offset, tag); in DeclarationDIE()
499 = parent->FindChildHandler(0x6ccfea031a9e6cc9ULL, tag); in DefinitionDIE()
528 = parent->FindChildHandler(offset, dwarf2reader::DW_TAG_subprogram); in AbstractInstanceDIE()
555 = parent->FindChildHandler(0x11c70f94c6e87ccdLL, in DefineInlineInstanceDIE()
700 .FindChildHandler(0x7db32bff4e2dcfb1ULL, in TEST_F()
710 ->FindChildHandler(0x02e55999b865e4e9ULL, in TEST_F()
Ddwarf_cu_to_module.h276 DIEHandler *FindChildHandler(uint64_t offset, enum DwarfTag tag);
Ddwarf_cu_to_module.cc671 DIEHandler *FindChildHandler(uint64_t offset, enum DwarfTag tag);
682 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler( in FindChildHandler() function in google_breakpad::DwarfCUToModule::NamedScopeHandler
869 dwarf2reader::DIEHandler *DwarfCUToModule::FindChildHandler( in FindChildHandler() function in google_breakpad::DwarfCUToModule