compile_data_alloc 569 compile.c return (INSN *)compile_data_alloc(iseq, sizeof(INSN)); compile_data_alloc 575 compile.c return (LABEL *)compile_data_alloc(iseq, sizeof(LABEL)); compile_data_alloc 581 compile.c return (ADJUST *)compile_data_alloc(iseq, sizeof(ADJUST)); compile_data_alloc 884 compile.c operands = (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * argc); compile_data_alloc 900 compile.c (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * 5); compile_data_alloc 1883 compile.c (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * argc); compile_data_alloc 2753 compile.c compile_data_alloc(iseq, sizeof(struct ensure_range)); compile_data_alloc 5155 compile.c argv = compile_data_alloc(iseq, sizeof(VALUE) * argc);