Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_clientobj.c85 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
96 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
132 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0); in DRD_()
143 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p); in DRD_()
161 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
Ddrd_barrier.c373 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_()
378 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_()
435 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_()
459 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_()
510 q = VG_(OSetGen_Lookup)(p->oset[i], &word_tid); in barrier_delete_thread()
Ddrd_hb.c174 q = VG_(OSetGen_Lookup)(p->oset, &word_tid); in DRD_()
180 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q); in DRD_()
Ddrd_bitmap.h513 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup()
538 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_exclusive()
619 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_or_insert()
Ddrd_rwlock.c120 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid); in DRD_()
130 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid); in DRD_()
148 q = VG_(OSetGen_Lookup)(oset, &tid); in DRD_()
Ddrd_bitmap.c1035 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_()
1126 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_()
/external/valgrind/memcheck/tests/
Dunit_oset.c95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
188 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) ); in example1singleset()
237 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
475 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example2()
526 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
527 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
528 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
559 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
560 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
561 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
[all …]
/external/valgrind/include/
Dpub_tool_oset.h304 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
/external/valgrind/coregrind/
Dm_oset.c607 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k) in VG_() argument
625 e = VG_(OSetGen_Lookup)(t, k); in VG_()
633 return (NULL != VG_(OSetGen_Lookup)(t, k)); in VG_()
638 return (NULL != VG_(OSetGen_Lookup)(t, &val)); in VG_()
Dm_redir.c724 old = VG_(OSetGen_Lookup)(activeSet, &old_from); in VG_()
911 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr ); in maybe_add_active()
1125 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_()
/external/valgrind/coregrind/m_debuginfo/
Dstorage.c1037 first = VG_(OSetGen_Lookup)( scope, &aMin ); in add_var_to_arange()
1079 last = VG_(OSetGen_Lookup)( scope, &aMax ); in add_var_to_arange()
1104 xxFirst = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMin); in add_var_to_arange()
1105 xxLast = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMax); in add_var_to_arange()
1327 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo()
1371 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo()
Dreadelf.c929 prev = VG_(OSetGen_Lookup)( oset, &key ); in read_elf_symtab__ppc64be_linux()
Ddebuginfo.c3674 = VG_(OSetGen_Lookup)( global_scope, &zero ); in VG_()
/external/valgrind/memcheck/
Dmc_leakcheck.c1327 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in print_results()
1528 ind_lr = VG_(OSetGen_Lookup)(lr_table, &ind_lrkey); in print_clique()
1581 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in MC_()
Dmc_main.c475 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in check_auxmap_L1_L2_sanity()
561 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in maybe_find_in_auxmap()
998 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in get_sec_vbits8()
1012 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in set_sec_vbits8()
2422 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()
/external/valgrind/exp-bbv/
Dbbv_main.c375 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr); in bbv_instrument()
/external/valgrind/cachegrind/
Dcg_main.c195 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s); in get_perm_string()
261 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc); in get_lineCC()
618 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr); in get_SB_info()