Home | History | Annotate | Download | only in tcg

Lines Matching refs:total_args

222     int op, total_args, n;
233 total_args = 0;
237 total_args += n;
240 args_ct = qemu_malloc(sizeof(TCGArgConstraint) * total_args);
241 sorted_args = qemu_malloc(sizeof(int) * total_args);