Lines Matching refs:STACK_FRAME_SIZE

361     if (GA_GROW_FAILS(&ectx->ec_stack, arg_to_add + STACK_FRAME_SIZE + varcount))  in call_dfunc()
400 STACK_TV_BOT(STACK_FRAME_SIZE + idx)->v_type = VAR_UNKNOWN; in call_dfunc()
403 typval_T *tv = STACK_TV_BOT(STACK_FRAME_SIZE + dfunc->df_varcount); in call_dfunc()
408 ectx->ec_stack.ga_len += STACK_FRAME_SIZE + varcount; in call_dfunc()
495 tv = STACK_TV(ectx->ec_frame_idx + STACK_FRAME_SIZE + dfunc->df_varcount); in handle_closure_in_use()
522 + STACK_FRAME_SIZE + i); in handle_closure_in_use()
543 funcstack->fs_var_offset = argcount + STACK_FRAME_SIZE; in handle_closure_in_use()
568 tv = STACK_TV(ectx->ec_frame_idx + STACK_FRAME_SIZE + idx); in handle_closure_in_use()
699 for (idx = ectx->ec_frame_idx + STACK_FRAME_SIZE; in func_return()
1465 + STACK_FRAME_SIZE + dfunc->df_varcount)->vval.v_number; in fill_partial_and_closure()
1518 …CK_TV_VAR(idx) (((typval_T *)ectx->ec_stack.ga_data) + ectx->ec_frame_idx + STACK_FRAME_SIZE + idx)
2718 + outer->out_frame_idx + STACK_FRAME_SIZE in exec_instructions()
4685 …TACK_TV_VAR(idx) (((typval_T *)ectx.ec_stack.ga_data) + ectx.ec_frame_idx + STACK_FRAME_SIZE + idx) in call_def_function()
4865 for (idx = 0; idx < STACK_FRAME_SIZE; ++idx) in call_def_function()
5135 + STACK_FRAME_SIZE)); in list_instructions()
5147 + STACK_FRAME_SIZE); in list_instructions()
5225 iptr->isn_arg.number + STACK_FRAME_SIZE); in list_instructions()
5235 iptr->isn_arg.outer.outer_idx + STACK_FRAME_SIZE); in list_instructions()
5517 iptr->isn_arg.jumparg.jump_arg_off + STACK_FRAME_SIZE, in list_instructions()