Lines Matching refs:rec_array
121 CLG_ASSERT(bbcc->rec_array != 0); in CLG_()
124 if ((bbcc2 = bbcc->rec_array[j]) == 0) continue; in CLG_()
392 bbcc->rec_array = new_recursion(cxt->fn[0]->separate_recursions); in clone_bbcc()
393 bbcc->rec_array[0] = bbcc; in clone_bbcc()
402 CLG_ASSERT(orig->rec_array); in clone_bbcc()
404 CLG_ASSERT(orig->rec_array[rec_index] ==0); in clone_bbcc()
409 bbcc->rec_array = orig->rec_array; in clone_bbcc()
410 bbcc->rec_array[rec_index] = bbcc; in clone_bbcc()
457 bbcc->rec_array = 0; in CLG_()
520 source_bbcc->rec_array = new_recursion(caller->separate_recursions); in handleUnderflow()
521 source_bbcc->rec_array[0] = source_bbcc; in handleUnderflow()
791 CLG_ASSERT(bbcc->rec_array == 0); in CLG_()
794 bbcc->rec_array = in CLG_()
796 bbcc->rec_array[0] = bbcc; in CLG_()
853 if (bbcc->rec_array[idx]) in CLG_()
854 bbcc = bbcc->rec_array[idx]; in CLG_()
858 CLG_ASSERT(bbcc->rec_array[bbcc->rec_index] == bbcc); in CLG_()