Home
last modified time | relevance | path

Searched refs:vm_call_opt_send (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_insnhelper.c1981 vm_call_opt_send(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp, struct rb_calling_info *c… in vm_call_opt_send() function
2278 CC_SET_FASTPATH(cc, vm_call_opt_send, TRUE); in vm_call_method_each_type()
2279 return vm_call_opt_send(ec, cfp, calling, ci, cc); in vm_call_method_each_type()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.011127 * vm_eval.c (send_internal), vm_insnhelper.c (vm_call_opt_send):
11134 * vm_insnhelper.c (vm_call_opt_send): re-apply r49500 with the
H A DChangeLog-2.4.0532 * vm_insnhelper.c (vm_call_opt_send): enable refinements with
H A DChangeLog-2.0.03455 * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not use