|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <method.h>
Public Member Functions | |
| BITFIELD (rb_method_type_t, type, VM_METHOD_TYPE_MINIMUM_BITS) | |
| rb_method_definition_struct::BITFIELD | ( | rb_method_type_t | , |
| type | , | ||
| VM_METHOD_TYPE_MINIMUM_BITS | |||
| ) |
| rb_method_alias_t rb_method_definition_struct::alias |
| rb_method_attr_t rb_method_definition_struct::attr |
| rb_method_bmethod_t rb_method_definition_struct::bmethod |
Definition at line 174 of file method.h.
Referenced by rb_resolve_me_location().
| union { ... } rb_method_definition_struct::body |
| union { ... } rb_method_definition_struct::body |
Referenced by rb_method_entry_complement_defined_class(), and rb_resolve_me_location().
| rb_method_cfunc_t rb_method_definition_struct::cfunc |
| rb_method_iseq_t rb_method_definition_struct::iseq |
Definition at line 169 of file method.h.
Referenced by rb_resolve_me_location().
| uintptr_t rb_method_definition_struct::method_serial |
Definition at line 180 of file method.h.
Referenced by rb_method_definition_create(), and rb_vm_call0().
| enum method_optimized_type rb_method_definition_struct::optimize_type |
| ID rb_method_definition_struct::original_id |
Definition at line 179 of file method.h.
Referenced by rb_method_definition_create(), rb_vm_control_frame_id_and_class(), and rb_vm_pop_cfunc_frame().
| rb_method_refined_t rb_method_definition_struct::refined |
Definition at line 173 of file method.h.
Referenced by rb_method_entry_complement_defined_class().
| rb_method_type_t rb_method_definition_struct::type |
Definition at line 8841 of file rb_mjit_min_header-2.7.2.h.
Referenced by rb_method_definition_create(), rb_method_definition_set(), rb_method_entry_complement_defined_class(), and rb_resolve_me_location().