Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_insnhelper.c1009 vm_setivar(VALUE obj, ID id, VALUE val, IC ic, struct rb_call_cache *cc, int is_attr) in vm_setivar() function
1065 vm_setivar(obj, id, val, ic, 0, 0); in vm_setinstancevariable()
1939 return vm_setivar(calling->recv, cc->me->def->body.attr.id, val, NULL, cc, 1); in vm_call_attrset()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.05435 * vm_insnhelper.c (vm_setivar): ditto
13487 * vm_insnhelper.c (vm_setivar): ditto.
H A DChangeLog-2.0.08275 * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cache
H A DChangeLog-1.9.3613 * vm_insnhelper.c (vm_setivar): ditto.
23469 * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):