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

  /external/valgrind/main/include/
pub_tool_wordfm.h 99 Bool VG_(lookupFM) ( WordFM* fm,
  /external/valgrind/main/cachegrind/
cg_merge.c 86 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key );
523 if (lookupFM( counts_map, (Word*)(&oldCounts), (Word)lnno )) {
564 if (lookupFM( cpf->outerMap, (Word*)(&countsMap), (Word)topKey )) {
794 if (! lookupFM( dst->outerMap, (Word*)&doVal, (Word)soKey )) {
811 if (! lookupFM( doVal, (Word*)&diVal, siKey )) {
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 78 contains a whole bunch of calls to lookupFM etc which cast between
681 found = VG_(lookupFM)( map_locks,
702 found = VG_(lookupFM)( map_locks, NULL, (Word*)&lk, (Word)ga );
    [all...]
hg_errors.c 79 if (VG_(lookupFM)( string_table,
168 if (!VG_(lookupFM)( map_LockN_to_P, NULL, (Word*)&lkp, (Word)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 707 if (VG_(lookupFM)( map_shmem,
    [all...]
  /external/valgrind/main/coregrind/
m_wordfm.c 656 Bool VG_(lookupFM) ( WordFM* fm,
872 if (VG_(lookupFM)(bag->fm, &key, &count, w)) {
884 if (VG_(lookupFM)( bag->fm, &key, &count, w)) {
920 if (VG_(lookupFM)(bag->fm, &key, &count, w)) {
  /external/valgrind/main/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/main/exp-sgcheck/
sg_main.c 362 if (VG_(lookupFM)( frameBlocks_set, &key, &val, (UWord)orig )) {
439 if (VG_(lookupFM)( globalBlock_set, &key, &val, (UWord)orig )) {
509 if (VG_(lookupFM)( sitree, &keyW, &valW, (UWord)&key )) {
672 if (VG_(lookupFM)( gitree, &keyW, &valW, (UWord)&key )) {
704 already_present = VG_(lookupFM)( gitree, &keyW, &valW, (UWord)nyu );
777 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/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]

Completed in 343 milliseconds