/external/valgrind/include/ |
D | pub_tool_wordfm.h | 102 Bool VG_(lookupFM) ( const WordFM* fm,
|
/external/valgrind/coregrind/ |
D | m_wordfm.c | 647 Bool VG_(lookupFM) ( const WordFM* fm, in VG_() argument 857 if (VG_(lookupFM)(bag->fm, &key, &count, w)) { in VG_() 869 if (VG_(lookupFM)( bag->fm, &key, &count, w)) { in VG_() 905 if (VG_(lookupFM)(bag->fm, &key, &count, w)) { in VG_()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 86 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key ); 539 if (lookupFM( counts_map, (Word*)(&oldCounts), (Word)lnno )) { in addCountsToMap() 580 if (lookupFM( cpf->outerMap, (Word*)(&countsMap), (Word)topKey )) { in handle_counts() 805 if (! lookupFM( dst->outerMap, (Word*)&doVal, (Word)soKey )) { in merge_CacheProfInfo() 822 if (! lookupFM( doVal, (Word*)&diVal, siKey )) { in merge_CacheProfInfo() 1482 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key ) in lookupFM() function
|
/external/valgrind/helgrind/ |
D | hg_main.c | 755 found = VG_(lookupFM)( map_locks, in map_locks_lookup_or_create() 776 found = VG_(lookupFM)( map_locks, NULL, (UWord*)&lk, (UWord)ga ); in map_locks_maybe_lookup() 2277 if (VG_(lookupFM)( map_cond_to_CVInfo, &key, &val, (UWord)cond )) { in map_cond_to_CVInfo_lookup_or_alloc() 2293 if (VG_(lookupFM)( map_cond_to_CVInfo, &key, &val, (UWord)cond )) { in map_cond_to_CVInfo_lookup_NO_alloc() 2310 if (VG_(lookupFM)( map_cond_to_CVInfo, &keyW, &valW, (UWord)cond )) { in map_cond_to_CVInfo_delete() 2761 if (VG_(lookupFM)( map_sem_to_SO_stack, in push_SO_for_sem() 2778 if (VG_(lookupFM)( map_sem_to_SO_stack, in mb_pop_SO_for_sem() 2978 if (VG_(lookupFM)( map_barrier_to_Bar, &key, &val, (UWord)barrier )) { in map_barrier_to_Bar_lookup_or_alloc() 3308 if (VG_(lookupFM)( map_usertag_to_SO, &key, &val, usertag )) { in map_usertag_to_SO_lookup_or_alloc() 3650 if (VG_(lookupFM)( laog, &keyW, (UWord*)&links, (UWord)src )) { in laog__add_edge() [all …]
|
D | hg_errors.c | 82 if (VG_(lookupFM)( string_table, in string_table_strdup() 169 if (!VG_(lookupFM)( map_LockN_to_P, NULL, (UWord*)&lkp, (UWord)lkn)) { in mk_LockP_from_LockN()
|
D | hg_wordset.c | 321 have = VG_(lookupFM)( wsu->vec2ix, in add_or_dealloc_WordVec()
|
D | libhb_core.c | 804 if (VG_(lookupFM)( map_shmem, in shmem__find_SecMap() 2723 if (VG_(lookupFM)( vts_set, &keyW, &valW, (UWord)cand )) { in vts_set__find__or__clone_and_add() 3159 if (VG_(lookupFM)(new_set, (UWord*)&identical_version, &valW, in vts_tab__do_GC()
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 136 Bool found = VG_(lookupFM)( interval_tree, in find_Block_containing() 233 Bool found = VG_(lookupFM)( 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()
|
/external/valgrind/exp-sgcheck/ |
D | sg_main.c | 361 if (VG_(lookupFM)( frameBlocks_set, &key, &val, (UWord)orig )) { in StackBlocks__find_and_dealloc__or_add() 438 if (VG_(lookupFM)( globalBlock_set, &key, &val, (UWord)orig )) { in get_persistent_GlobalBlock() 508 if (VG_(lookupFM)( sitree, &keyW, &valW, (UWord)&key )) { in find_StackTreeNode() 671 if (VG_(lookupFM)( gitree, &keyW, &valW, (UWord)&key )) { in find_GlobalTreeNode() 703 already_present = VG_(lookupFM)( gitree, &keyW, &valW, (UWord)nyu ); in add_block_to_GlobalTree() 776 while (VG_(lookupFM)( gitree, &keyW, &valW, (UWord)&key )) { in del_GlobalTree_range()
|
D | h_main.c | 253 if (VG_(lookupFM)( addr_to_seg_map, &keyW, &valW, (UWord)ga )) { in find_Seg_by_addr()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 2431 if (VG_(lookupFM)( rangestree, &keyW, &valW, (UWord)xa )) { in parse_var_DIE() 3998 if (VG_(lookupFM)( dict, &keyW, &valW, (UWord)ent )) { in dedup_types_commoning_pass()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 363 if (!VG_(lookupFM)(decaying_string_table, in log_decaying()
|