Searched refs:ec_htab (Results 1 – 1 of 1) sorted by relevance
93 static ExeContext** ec_htab; /* array [ec_htab_size] of ExeContext* */ variable138 ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.iEs1", in init_ExeContext_storage()141 ec_htab[i] = NULL; in init_ExeContext_storage()275 ExeContext* cur = ec_htab[i]; in resize_ec_htab()286 VG_(arena_free)(VG_AR_EXECTXT, ec_htab); in resize_ec_htab()287 ec_htab = new_ec_htab; in resize_ec_htab()352 list = ec_htab[hash]; in record_ExeContext_wrk2()385 vg_assert(ec_htab[hash] == prev); in record_ExeContext_wrk2()389 ec_htab[hash] = list; in record_ExeContext_wrk2()415 new_ec->chain = ec_htab[hash]; in record_ExeContext_wrk2()[all …]