HomeSort by relevance Sort by last modified time
    Searched refs:lookupFM (Results 1 - 12 of 12) sorted by null

  /external/valgrind/include/
pub_tool_wordfm.h 102 Bool VG_(lookupFM) ( const WordFM* fm,
  /external/valgrind/cachegrind/
cg_merge.c 86 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 )) {
    [all...]
  /external/valgrind/coregrind/
m_wordfm.c 647 Bool VG_(lookupFM) ( const WordFM* fm,
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/
hg_main.c 82 contains a whole bunch of calls to lookupFM etc which cast between
755 found = VG_(lookupFM)( map_locks,
776 found = VG_(lookupFM)( map_locks, NULL, (UWord*)&lk, (UWord)ga );
    [all...]
hg_errors.c 82 if (VG_(lookupFM)( string_table,
169 if (!VG_(lookupFM)( map_LockN_to_P, NULL, (UWord*)&lkp, (UWord)lkn)) {
    [all...]
hg_wordset.c 318 a Word* in the lookupFM. Making it WordSet (which is 32 bits)
321 have = VG_(lookupFM)( wsu->vec2ix,
libhb_core.c 804 if (VG_(lookupFM)( map_shmem,
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 136 Bool found = VG_(lookupFM)( interval_tree,
233 Bool found = VG_(lookupFM)( apinfo,
299 Bool found = VG_(lookupFM)( apinfo,
411 Bool found = VG_(lookupFM)( apinfo,
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 361 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 )) {
    [all...]
h_main.c 253 if (VG_(lookupFM)( addr_to_seg_map, &keyW, &valW, (UWord)ga )) {
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 363 if (!VG_(lookupFM)(decaying_string_table,
    [all...]

Completed in 2690 milliseconds