rb_iseq_constant_body 2014 compile.c struct rb_iseq_constant_body *body = iseq->body; rb_iseq_constant_body 7555 compile.c struct rb_iseq_constant_body dump_body; rb_iseq_constant_body 7592 compile.c struct rb_iseq_constant_body *load_body = iseq->body = ZALLOC(struct rb_iseq_constant_body); rb_iseq_constant_body 7593 compile.c const struct rb_iseq_constant_body *body = (struct rb_iseq_constant_body *)(load->buff + offset); rb_iseq_constant_body 113 iseq.c const struct rb_iseq_constant_body *body = iseq->body; rb_iseq_constant_body 153 iseq.c const struct rb_iseq_constant_body *body = iseq->body; rb_iseq_constant_body 161 iseq.c size += sizeof(struct rb_iseq_constant_body); rb_iseq_constant_body 215 iseq.c iseq->body = ZALLOC(struct rb_iseq_constant_body); rb_iseq_constant_body 394 vm_core.h struct rb_iseq_constant_body *body;