Searched refs:OSetGen_Lookup (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_clientobj.c86 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
97 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
133 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0);
144 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p);
162 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
H A Ddrd_barrier.c373 q = VG_(OSetGen_Lookup)(oset, &word_tid);
378 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q);
435 q = VG_(OSetGen_Lookup)(oset, &word_tid);
459 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q);
510 q = VG_(OSetGen_Lookup)(p->oset[i], &word_tid);
H A Ddrd_hb.c174 q = VG_(OSetGen_Lookup)(p->oset, &word_tid);
180 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q);
H A Ddrd_bitmap.h512 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
537 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
618 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1);
H A Ddrd_rwlock.c120 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
130 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
148 q = VG_(OSetGen_Lookup)(oset, &tid);
H A Ddrd_bitmap.c1037 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr);
1128 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr);
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
188 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) );
237 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
475 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
526 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
527 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
528 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
559 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
560 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) );
561 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(ose
[all...]
/external/valgrind/main/include/
H A Dpub_tool_oset.h302 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
/external/valgrind/main/coregrind/
H A Dm_oset.c609 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k) function
627 e = VG_(OSetGen_Lookup)(t, k);
635 return (NULL != VG_(OSetGen_Lookup)(t, k));
640 return (NULL != VG_(OSetGen_Lookup)(t, &val));
H A Dm_redir.c699 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
874 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr );
1088 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c800 first = VG_(OSetGen_Lookup)( scope, &aMin );
844 last = VG_(OSetGen_Lookup)( scope, &aMax );
871 xxFirst = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMin);
872 xxLast = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMax);
1097 range = VG_(OSetGen_Lookup)( scope, &zero );
1141 range = VG_(OSetGen_Lookup)( scope, &zero );
H A Dreadelf.c875 prev = VG_(OSetGen_Lookup)( oset, &key );
H A Ddebuginfo.c3276 = VG_(OSetGen_Lookup)( global_scope, &zero );
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1299 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey);
1498 ind_lr = VG_(OSetGen_Lookup)(lr_table, &ind_lrkey);
1551 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey);
H A Dmc_main.c475 res = VG_(OSetGen_Lookup)(auxmap_L2, &key);
561 res = VG_(OSetGen_Lookup)(auxmap_L2, &key);
1001 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned);
1015 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned);
2427 line = VG_(OSetGen_Lookup)( ocacheL2, &tag );
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c387 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr);
/external/valgrind/main/cachegrind/
H A Dcg_main.c201 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s);
269 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc);
626 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr);

Completed in 9204 milliseconds