Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_insnhelper.c1921 vm_call_cfunc(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp, struct rb_calling_info *call… in vm_call_cfunc() function
2244 CC_SET_FASTPATH(cc, vm_call_cfunc, TRUE); in vm_call_method_each_type()
2245 return vm_call_cfunc(ec, cfp, calling, ci, cc); in vm_call_method_each_type()
H A DChangeLog2078 #8 0x5608e3d54a35 in vm_call_cfunc vm_insnhelper.c:2229:12
2103 #8 0x5608e3d54a35 in vm_call_cfunc vm_insnhelper.c:2229:12
2131 #12 0x5608e3d54a35 in vm_call_cfunc vm_insnhelper.c:2229:12
31979 …#36 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4df00, calling=<optimized out>, ci=0x559471…
31999 …#56 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4dfa8, calling=<optimized out>, ci=0x559471…
32028 …#85 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4e168, calling=<optimized out>, ci=0x559470…
32041 …#98 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4e478, calling=<optimized out>, ci=0x55946e…
32053 …#110 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4e4e8, calling=<optimized out>, ci=0x55946…
32070 …#127 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4e590, calling=<optimized out>, ci=0x55947…
32080 …#137 vm_call_cfunc (ec=0x55946da519c8, reg_cfp=0x7fc7bdc4e600, calling=<optimized out>, ci=0x55946…
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.08066 * vm_insnhelper.c (vm_call_cfunc): fix to call cfunc body
17904 * vm_insnhelper.c (vm_call_cfunc): ditto.
20840 * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For some
21322 * vm_insnhelper.c (vm_call_cfunc): remove useless hack.
21650 * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that
22181 * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macro
23614 * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaround
H A DChangeLog-1.9.31316 * vm_insnhelper.c (vm_call_cfunc): ditto.
18549 * vm_insnhelper.c (vm_call_cfunc): removed unused variable.
24029 * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.
24755 * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_id
24997 * vm_insnhelper.c (vm_call_cfunc): ditto.
33576 * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of
59034 vm_call_cfunc() instead of klass.
59124 * insnhelper.ci (vm_call_cfunc, vm_cfunc_flags): use shift operations.
59206 * insnhelper.ci (vm_call_cfunc, vm_cfunc_flags): stores and returns VM
63732 add vm_call_cfunc().