Lines Matching refs:chain
77 struct _ExeContext* chain; member
169 for (ec = ec_htab[i]; ec; ec = ec->chain) { in VG_()
182 for (ec = ec_htab[i]; ec; ec = ec->chain) in VG_()
314 ExeContext* next = cur->chain; in resize_ec_htab()
317 cur->chain = new_ec_htab[hash]; in resize_ec_htab()
397 list = list->chain; in record_ExeContext_wrk2()
407 vg_assert(prev2->chain == prev); in record_ExeContext_wrk2()
408 vg_assert(prev->chain == list); in record_ExeContext_wrk2()
409 prev2->chain = list; in record_ExeContext_wrk2()
410 prev->chain = list->chain; in record_ExeContext_wrk2()
411 list->chain = prev; in record_ExeContext_wrk2()
416 vg_assert(prev->chain == list); in record_ExeContext_wrk2()
417 prev->chain = list->chain; in record_ExeContext_wrk2()
418 list->chain = prev; in record_ExeContext_wrk2()
445 new_ec->chain = ec_htab[hash]; in record_ExeContext_wrk2()
495 for (ec = ec_htab[i]; ec; ec = ec->chain) { in VG_()