Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#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 |
Referenced by rb_method_entry_complement_defined_class(), and rb_resolve_me_location().
union { ... } rb_method_definition_struct::body |
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 8804 of file rb_mjit_min_header-2.7.1.h.
Referenced by rb_method_definition_create(), rb_method_definition_set(), rb_method_entry_complement_defined_class(), and rb_resolve_me_location().