Home
last modified time | relevance | path

Searched refs:vm_call_iseq_setup_2 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_insnhelper.c1586 static inline VALUE vm_call_iseq_setup_2(rb_execution_context_t *ec, rb_control_frame_t *cfp, struc…
1652 return vm_call_iseq_setup_2(ec, cfp, calling, ci, cc, opt_pc, param_size, local_size); in vm_call_iseq_setup()
1656 vm_call_iseq_setup_2(rb_execution_context_t *ec, rb_control_frame_t *cfp, struct rb_calling_info *c… in vm_call_iseq_setup_2() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.08256 * vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normal