Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_clientobj.c86 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
97 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
133 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0); in DRD_()
144 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p); in DRD_()
162 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.h511 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup()
536 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_exclusive()
617 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.c1037 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_()
1128 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_()
/external/valgrind/main/memcheck/tests/
Dunit_oset.c94 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
141 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) ); in example1singleset()
190 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
425 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example2()
476 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
477 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
478 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
509 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
510 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
511 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
[all …]
/external/valgrind/main/include/
Dpub_tool_oset.h296 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
/external/valgrind/main/coregrind/
Dm_oset.c609 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k) in VG_() argument
627 e = VG_(OSetGen_Lookup)(t, k); in VG_()
635 return (NULL != VG_(OSetGen_Lookup)(t, k)); in VG_()
640 return (NULL != VG_(OSetGen_Lookup)(t, &val)); in VG_()
Dm_redir.c699 old = VG_(OSetGen_Lookup)(activeSet, &old_from); in VG_()
874 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr ); in maybe_add_active()
1088 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_()
/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c745 first = VG_(OSetGen_Lookup)( scope, &aMin ); in add_var_to_arange()
789 last = VG_(OSetGen_Lookup)( scope, &aMax ); in add_var_to_arange()
816 xxFirst = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMin); in add_var_to_arange()
817 xxLast = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMax); in add_var_to_arange()
1042 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo()
1086 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo()
Dreadelf.c779 prev = VG_(OSetGen_Lookup)( oset, &key ); in read_elf_symtab__ppc64_linux()
Ddebuginfo.c3221 = VG_(OSetGen_Lookup)( global_scope, &zero ); in VG_()
/external/valgrind/main/memcheck/
Dmc_leakcheck.c1016 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in print_results()
1189 ind_lr = VG_(OSetGen_Lookup)(lr_table, &ind_lrkey); in print_clique()
1242 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in MC_()
Dmc_main.c474 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in check_auxmap_L1_L2_sanity()
560 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in maybe_find_in_auxmap()
1000 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in get_sec_vbits8()
1014 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in set_sec_vbits8()
2222 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()
/external/valgrind/main/exp-bbv/
Dbbv_main.c386 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr); in bbv_instrument()
/external/valgrind/main/cachegrind/
Dcg_main.c200 Char** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s); in get_perm_string()
268 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc); in get_lineCC()
594 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr); in get_SB_info()