Searched refs:apinfo (Results 1 – 1 of 1) sorted by relevance
218 static WordFM* apinfo = NULL; /* WordFM* ExeContext* APInfo* */ variable233 Bool found = VG_(lookupFM)( apinfo, in intro_Block()242 Bool present = VG_(addToFM)( apinfo, in intro_Block()299 Bool found = VG_(lookupFM)( apinfo, in retire_Block()411 Bool found = VG_(lookupFM)( apinfo, in apinfo_change_cur_bytes_live()1227 VG_(initIterFM)( apinfo ); in show_top_n_apinfos()1228 while (VG_(nextIterFM)( apinfo, &keyW, &valW )) { in show_top_n_apinfos()1233 VG_(doneIterFM)( apinfo ); in show_top_n_apinfos()1241 VG_(initIterFM)( apinfo ); in show_top_n_apinfos()1242 while (VG_(nextIterFM)( apinfo, &keyW, &valW )) { in show_top_n_apinfos()[all …]