Lines Matching defs:maps
299 auto maps = DfxMaps::Create(child);
303 context.maps = maps;
338 auto maps = DfxMaps::Create(getpid());
341 context.maps = maps;
422 auto maps = DfxMaps::Create(child);
427 context.maps = maps;
433 ASSERT_TRUE(maps->FindMapByAddr(pc, map));
453 auto maps = DfxMaps::Create(getpid());
465 context.maps = maps;
587 context.maps = unwinder->GetMaps();
625 context.maps = unwinder->GetMaps();
911 std::shared_ptr<DfxMaps> maps = std::make_shared<DfxMaps>();
912 ASSERT_FALSE(unwinder->GetSymbolByPc(0x00000000, maps, funcName, funcOffset)); // Find map is null
913 ASSERT_FALSE(unwinder->GetSymbolByPc(pc0, maps, funcName, funcOffset)); // Get elf is null