iseq_catch_table_bytes 1878 compile.c      	struct iseq_catch_table *table = xmalloc(iseq_catch_table_bytes(tlen));
iseq_catch_table_bytes 7453 compile.c      	int byte_size = iseq_catch_table_bytes(iseq->body->catch_table->size);
iseq_catch_table_bytes 7476 compile.c      	table = ibf_load_alloc(load, IBF_OFFSET(body->catch_table), iseq_catch_table_bytes(size));
iseq_catch_table_bytes  166 iseq.c         	    size += iseq_catch_table_bytes(body->catch_table->size);