Searched refs:allocated_helpers (Results 1 – 2 of 2) sorted by relevance
306 int allocated_helpers; member
577 if ((s->nb_helpers + 1) > s->allocated_helpers) { in tcg_register_helper()578 n = s->allocated_helpers; in tcg_register_helper()585 s->allocated_helpers = n; in tcg_register_helper()