Searched refs:ec_htab (Results 1 – 1 of 1) sorted by relevance
94 static ExeContext** ec_htab; /* array [ec_htab_size] of ExeContext* */ variable139 ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.iEs1", in init_ExeContext_storage()142 ec_htab[i] = NULL; in init_ExeContext_storage()276 ExeContext* cur = ec_htab[i]; in resize_ec_htab()287 VG_(arena_free)(VG_AR_EXECTXT, ec_htab); in resize_ec_htab()288 ec_htab = new_ec_htab; in resize_ec_htab()350 list = ec_htab[hash]; in record_ExeContext_wrk2()383 vg_assert(ec_htab[hash] == prev); in record_ExeContext_wrk2()387 ec_htab[hash] = list; in record_ExeContext_wrk2()413 new_ec->chain = ec_htab[hash]; in record_ExeContext_wrk2()[all …]