Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
rb_serial_t | method_state |
rb_serial_t | class_serial |
ID | mid |
rb_method_entry_t * | me |
VALUE | defined_class |
Definition at line 40 of file vm_method.c.
rb_serial_t cache_entry::class_serial |
Definition at line 42 of file vm_method.c.
Referenced by method_entry_get(), and method_entry_get_without_cache().
VALUE cache_entry::defined_class |
Definition at line 45 of file vm_method.c.
Referenced by basic_obj_respond_to_missing(), method_entry_get(), method_entry_get_without_cache(), rb_alias(), rb_callable_method_entry(), rb_callable_method_entry_with_refinements(), rb_callable_method_entry_without_refinements(), rb_export_method(), and vm_respond_to().
rb_method_entry_t* cache_entry::me |
Definition at line 44 of file vm_method.c.
Referenced by check_definition(), check_override_opt_method(), method_entry_get(), method_entry_get_without_cache(), method_entry_resolve_refinement(), rb_add_method(), rb_add_refined_method_entry(), rb_export_method(), rb_method_basic_definition_p(), rb_method_entry_alloc(), rb_method_entry_clone(), rb_method_entry_complement_defined_class(), rb_method_entry_create(), rb_method_entry_make(), rb_mod_modfunc(), rb_undef(), resolve_refined_method(), and search_method().
rb_serial_t cache_entry::method_state |
Definition at line 41 of file vm_method.c.
Referenced by method_entry_get(), and method_entry_get_without_cache().
ID cache_entry::mid |
Definition at line 43 of file vm_method.c.
Referenced by basic_obj_respond_to_missing(), method_definition_create(), method_entry_get(), method_entry_get_without_cache(), and obj_respond_to().