Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Data Fields | |
int | id |
void * | handle |
rb_iseq_t * | iseq |
char * | o_file |
bool | o_file_inherited_p |
char | used_code_p |
struct list_node | unode |
struct rb_mjit_compile_info | compile_info |
Definition at line 126 of file mjit_worker.c.
struct rb_mjit_compile_info rb_mjit_unit::compile_info |
Definition at line 148 of file mjit_worker.c.
void* rb_mjit_unit::handle |
Definition at line 130 of file mjit_worker.c.
int rb_mjit_unit::id |
Definition at line 128 of file mjit_worker.c.
rb_iseq_t* rb_mjit_unit::iseq |
Definition at line 131 of file mjit_worker.c.
char* rb_mjit_unit::o_file |
Definition at line 134 of file mjit_worker.c.
bool rb_mjit_unit::o_file_inherited_p |
Definition at line 138 of file mjit_worker.c.
struct list_node rb_mjit_unit::unode |
Definition at line 146 of file mjit_worker.c.
char rb_mjit_unit::used_code_p |
Definition at line 145 of file mjit_worker.c.