Searched refs:ref_stack_count_inline (Results 1 – 6 of 6) sorted by relevance
93 #define ref_stack_count_inline(pstk)\ macro
606 pdepth = ref_stack_count_inline(&o_stack); in scan_token()609 pstack = ref_stack_count_inline(&o_stack); in scan_token()628 uint size = ref_stack_count_inline(&o_stack) - pstack; in scan_token()
145 uint nmin = ref_stack_count_inline(pstack); in ref_stack_set_max_count()195 return ref_stack_count_inline(pstack); in ref_stack_count()
78 if (ref_stack_count_inline(&d_stack) == min_dstack_size) { in zend()
444 make_int(&esodepth(ep), ref_stack_count_inline(&o_stack) - npop); /* Save stack depth for */ in op_show_finish_setup()445 …make_int(&esddepth(ep), ref_stack_count_inline(&d_stack)); /* correct interrupt processing … in op_show_finish_setup()
1077 make_int(iesp - 2, ref_stack_count_inline(&o_stack)); in interp()1078 make_int(iesp - 1, ref_stack_count_inline(&d_stack)); in interp()