Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
#include <rb_mjit_min_header-2.7.6.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.6.h.
struct iseq_inline_cache_entry iseq_inline_storage_entry::cache |
Definition at line 9565 of file rb_mjit_min_header-2.7.6.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.6.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.6.h.
VALUE iseq_inline_storage_entry::value |
Definition at line 9563 of file rb_mjit_min_header-2.7.6.h.