Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
const char * | buff |
const struct ibf_header * | header |
ID * | id_list |
VALUE | iseq_list |
VALUE | obj_list |
VALUE | loader_obj |
VALUE | str |
rb_iseq_t * | iseq |
const char* ibf_load::buff |
Definition at line 7199 of file compile.c.
Referenced by ibf_iseq_list(), ibf_load_alloc(), ibf_load_catch_table(), ibf_load_ci_entries(), ibf_load_id(), ibf_load_iseq_each(), ibf_load_object(), ibf_load_param_opt_table(), ibf_load_setup(), and iseq_ibf_load_extra_data().
const struct ibf_header* ibf_load::header |
Definition at line 7200 of file compile.c.
Referenced by ibf_iseq_list(), ibf_load_id(), ibf_load_object(), ibf_load_setup(), and iseq_ibf_load_extra_data().
ID* ibf_load::id_list |
Definition at line 7201 of file compile.c.
Referenced by ibf_load_id(), ibf_load_setup(), and ibf_loader_free().
rb_iseq_t* ibf_load::iseq |
Definition at line 7206 of file compile.c.
Referenced by ibf_load_catch_table(), ibf_load_iseq(), ibf_load_iseq_complete(), ibf_load_object(), ibf_load_setup(), and iseq_ibf_load().
VALUE ibf_load::iseq_list |
Definition at line 7202 of file compile.c.
Referenced by ibf_load_iseq(), ibf_load_setup(), and ibf_loader_mark().
VALUE ibf_load::loader_obj |
Definition at line 7204 of file compile.c.
Referenced by ibf_load_iseq(), ibf_load_setup(), iseq_ibf_load(), and iseq_ibf_load_extra_data().
VALUE ibf_load::obj_list |
Definition at line 7203 of file compile.c.
Referenced by ibf_load_object(), ibf_load_setup(), and ibf_loader_mark().
VALUE ibf_load::str |
Definition at line 7205 of file compile.c.
Referenced by ibf_load_setup(), and ibf_loader_mark().