Searched refs:compile_data_alloc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dcompile.c585 compile_data_alloc(rb_iseq_t *iseq, size_t size) function
617 return (INSN *)compile_data_alloc(iseq, sizeof(INSN));
623 return (LABEL *)compile_data_alloc(iseq, sizeof(LABEL));
629 return (ADJUST *)compile_data_alloc(iseq, sizeof(ADJUST));
933 operands = (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * argc);
946 rb_call_info_t *ci = (rb_call_info_t *)compile_data_alloc(iseq, sizeof(rb_call_info_t));
974 VALUE *operands = (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * 1);
1899 iobj->operands = (VALUE *)compile_data_alloc(iseq, iobj->operand_size * sizeof(VALUE));
2000 (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * argc);
3014 compile_data_alloc(ise
[all...]

Completed in 115 milliseconds