Searched refs:lookupFM (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_wordfm.h102 Bool VG_(lookupFM) ( const WordFM* fm,
/external/valgrind/cachegrind/
H A Dcg_merge.c86 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key );
539 if (lookupFM( counts_map, (Word*)(&oldCounts), (Word)lnno )) {
580 if (lookupFM( cpf->outerMap, (Word*)(&countsMap), (Word)topKey )) {
805 if (! lookupFM( dst->outerMap, (Word*)&doVal, (Word)soKey )) {
822 if (! lookupFM( doVal, (Word*)&diVal, siKey )) {
1482 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key ) function
/external/valgrind/coregrind/
H A Dm_wordfm.c647 Bool VG_(lookupFM) ( const WordFM* fm, function
857 if (VG_(lookupFM)(bag->fm, &key, &count, w)) {
869 if (VG_(lookupFM)( bag->fm, &key, &count, w)) {
905 if (VG_(lookupFM)(bag->fm, &key, &count, w)) {
/external/valgrind/helgrind/
H A Dhg_main.c82 contains a whole bunch of calls to lookupFM etc which cast between
715 found = VG_(lookupFM)( map_locks,
736 found = VG_(lookupFM)( map_locks, NULL, (UWord*)&lk, (UWord)ga );
2199 if (VG_(lookupFM)( map_cond_to_CVInfo, &key, &val, (UWord)cond )) {
2215 if (VG_(lookupFM)( map_cond_to_CVInfo, &key, &val, (UWord)cond )) {
2232 if (VG_(lookupFM)( map_cond_to_CVInfo, &keyW, &valW, (UWord)cond )) {
2683 if (VG_(lookupFM)( map_sem_to_SO_stack,
2700 if (VG_(lookupFM)( map_sem_to_SO_stack,
2900 if (VG_(lookupFM)( map_barrier_to_Bar, &key, &val, (UWord)barrier )) {
3230 if (VG_(lookupFM)( map_usertag_to_S
[all...]
H A Dhg_errors.c82 if (VG_(lookupFM)( string_table,
169 if (!VG_(lookupFM)( map_LockN_to_P, NULL, (UWord*)&lkp, (UWord)lkn)) {
H A Dhg_wordset.c318 a Word* in the lookupFM. Making it WordSet (which is 32 bits)
321 have = VG_(lookupFM)( wsu->vec2ix,
H A Dlibhb_core.c804 if (VG_(lookupFM)( map_shmem,
2723 if (VG_(lookupFM)( vts_set, &keyW, &valW, (UWord)cand )) {
3159 if (VG_(lookupFM)(new_set, (UWord*)&identical_version, &valW,
/external/valgrind/exp-dhat/
H A Ddh_main.c136 Bool found = VG_(lookupFM)( interval_tree,
233 Bool found = VG_(lookupFM)( apinfo,
299 Bool found = VG_(lookupFM)( apinfo,
411 Bool found = VG_(lookupFM)( apinfo,
/external/valgrind/exp-sgcheck/
H A Dsg_main.c361 if (VG_(lookupFM)( frameBlocks_set, &key, &val, (UWord)orig )) {
438 if (VG_(lookupFM)( globalBlock_set, &key, &val, (UWord)orig )) {
508 if (VG_(lookupFM)( sitree, &keyW, &valW, (UWord)&key )) {
671 if (VG_(lookupFM)( gitree, &keyW, &valW, (UWord)&key )) {
703 already_present = VG_(lookupFM)( gitree, &keyW, &valW, (UWord)nyu );
776 while (VG_(lookupFM)( gitree, &keyW, &valW, (UWord)&key )) {
H A Dh_main.c253 if (VG_(lookupFM)( addr_to_seg_map, &keyW, &valW, (UWord)ga )) {
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c2431 if (VG_(lookupFM)( rangestree, &keyW, &valW, (UWord)xa )) {
3998 if (VG_(lookupFM)( dict, &keyW, &valW, (UWord)ent )) {
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c363 if (!VG_(lookupFM)(decaying_string_table,

Completed in 292 milliseconds