Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#include <rb_mjit_min_header-2.7.7.h>
Data Fields | |
struct { | |
struct rb_thread_struct * running_thread | |
VALUE value | |
} | once |
struct iseq_inline_cache_entry | cache |
struct iseq_inline_iv_cache_entry | iv_cache |
struct { | |
struct rb_thread_struct * running_thread | |
VALUE value | |
} | once |
Definition at line 9560 of file rb_mjit_min_header-2.7.7.h.
struct iseq_inline_cache_entry iseq_inline_storage_entry::cache |
Definition at line 9565 of file rb_mjit_min_header-2.7.7.h.
struct iseq_inline_iv_cache_entry iseq_inline_storage_entry::iv_cache |
Definition at line 9566 of file rb_mjit_min_header-2.7.7.h.
struct { ... } iseq_inline_storage_entry::once |
struct { ... } iseq_inline_storage_entry::once |
struct rb_thread_struct* iseq_inline_storage_entry::running_thread |
Definition at line 9562 of file rb_mjit_min_header-2.7.7.h.
VALUE iseq_inline_storage_entry::value |
Definition at line 9563 of file rb_mjit_min_header-2.7.7.h.