Searched refs:stack_count (Results 1 – 5 of 5) sorted by relevance
96 unsigned i, fpr_count = 0, gpr_count = 0, stack_count = 0; in ffi_prep_cif_sysv_core() local189 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core()190 stack_count += 4; in ffi_prep_cif_sysv_core()204 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core()205 stack_count += 2; in ffi_prep_cif_sysv_core()217 stack_count += 1; in ffi_prep_cif_sysv_core()232 stack_count += 4; in ffi_prep_cif_sysv_core()250 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core()251 stack_count += 2; in ffi_prep_cif_sysv_core()276 stack_count += 1; in ffi_prep_cif_sysv_core()[all …]
48 p->stack_count = 0; in profile_enter()58 p->stack_count += 1; in profile_enter()93 if ( frame->info->stack_count == 1 ) in profile_exit()106 --frame->info->stack_count; in profile_exit()
27 unsigned long stack_count; member
675 g->tmp.stack[g->tmp.stack_count] = n; in add_node_to_stack()676 g->tmp.stack_count++; in add_node_to_stack()705 g->tmp.stack_count = 0; in ra_simplify()784 stack_optimistic_start = g->tmp.stack_count; in ra_simplify()884 while (g->tmp.stack_count != 0) { in ra_select()887 int n = g->tmp.stack[g->tmp.stack_count - 1]; in ra_select()934 g->tmp.stack_count--; in ra_select()946 g->tmp.stack_count - 1 <= g->tmp.stack_optimistic_start) in ra_select()
145 unsigned int stack_count; member