Home
last modified time | relevance | path

Searched refs:nextIterFM (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/include/
Dpub_tool_wordfm.h144 Bool VG_(nextIterFM) ( WordFM* fm,
/external/valgrind/cachegrind/
Dcg_merge.c95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal );
421 while (nextIterFM( cpf->outerMap, (Word*)(&topKey), (Word*)(&topVal) )) { in show_CacheProfFile()
425 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) { in show_CacheProfFile()
802 while (nextIterFM( src->outerMap, (Word*)&soKey, (Word*)&soVal )) { in merge_CacheProfInfo()
819 while (nextIterFM( soVal, (Word*)&siKey, (Word*)&siVal )) { in merge_CacheProfInfo()
1511 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) in nextIterFM() function
/external/valgrind/exp-dhat/
Ddh_main.c1228 while (VG_(nextIterFM)( apinfo, &keyW, &valW )) { in show_top_n_apinfos()
1242 while (VG_(nextIterFM)( apinfo, &keyW, &valW )) { in show_top_n_apinfos()
1277 while (VG_(nextIterFM)( interval_tree, &keyW, &valW )) { in dh_fini()
/external/valgrind/coregrind/
Dm_wordfm.c755 Bool VG_(nextIterFM) ( WordFM* fm, /*OUT*/UWord* pKey, /*OUT*/UWord* pVal ) in VG_() argument
954 return VG_(nextIterFM)( bag->fm, pVal, pCount ); in VG_()
/external/valgrind/exp-sgcheck/
Dsg_main.c484 while (VG_(nextIterFM)( sitree, &keyW, &valW )) { in pp_StackTree()
645 while (VG_(nextIterFM)( gitree, &keyW, &valW )) { in GlobalTree__pp()
1143 while (VG_(nextIterFM)( giTree, &keyW, &valW )) { in sg_die_mem_munmap()
/external/valgrind/helgrind/
Dhg_main.c560 while (VG_(nextIterFM)( map_locks, (UWord*)&gla, in pp_map_locks()
934 while (VG_(nextIterFM)( map_locks, in locks__sanity_check()
3538 while (VG_(nextIterFM)( laog, (UWord*)&me, in laog__show()
3570 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) { in univ_laog_do_GC()
3797 while (VG_(nextIterFM)( laog, (UWord*)&me, in laog__sanity_check()
Dlibhb_core.c836 while (VG_(nextIterFM)( map_shmem, &gaKey, &secmapW )) { in shmem__SecMap_do_GC()
948 while (VG_(nextIterFM)( map_shmem, &gaKey, &secmapW )) { in shmem__SecMap_used_linesF()
3236 while (VG_(nextIterFM)( map_shmem, NULL, &secmapW )) { in vts_tab__do_GC()
3316 while (VG_(nextIterFM)( vts_set, &wordK, &wordV )) { in vts_tab__do_GC()