Searched refs:ec_htab (Results 1 – 1 of 1) sorted by relevance
93 static ExeContext** ec_htab; /* array [ec_htab_size] of ExeContext* */ variable140 ec_htab = VG_(malloc)("execontext.iEs1", in init_ExeContext_storage()143 ec_htab[i] = NULL; in init_ExeContext_storage()169 for (ec = ec_htab[i]; ec; ec = ec->chain) { in VG_()182 for (ec = ec_htab[i]; ec; ec = ec->chain) in VG_()312 ExeContext* cur = ec_htab[i]; in resize_ec_htab()323 VG_(free)(ec_htab); in resize_ec_htab()324 ec_htab = new_ec_htab; in resize_ec_htab()385 list = ec_htab[hash]; in record_ExeContext_wrk2()415 vg_assert(ec_htab[hash] == prev); in record_ExeContext_wrk2()[all …]