Ruby
2.1.10p492(2016-04-01revision54464)
|
#include <vm_core.h>
Data Fields | |
ID | mid |
VALUE | flag |
int | orig_argc |
rb_iseq_t * | blockiseq |
rb_serial_t | method_state |
rb_serial_t | class_serial |
VALUE | klass |
const rb_method_entry_t * | me |
VALUE | defined_class |
int | argc |
struct rb_block_struct * | blockptr |
VALUE | recv |
union { | |
int opt_pc | |
long index | |
int missing_reason | |
int inc_sp | |
} | aux |
VALUE(* | call )(struct rb_thread_struct *th, struct rb_control_frame_struct *cfp, struct rb_call_info_struct *ci) |
int rb_call_info_struct::argc |
Definition at line 172 of file vm_core.h.
Referenced by compile_massign_lhs(), iseq_set_sequence(), new_callinfo(), vm_call0(), vm_call0_body(), vm_call0_cfunc_with_frame(), vm_call_bmethod(), vm_call_bmethod_body(), vm_call_cfunc_with_frame(), vm_call_iseq_setup(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_call_method(), vm_call_method_missing(), vm_call_opt_call(), vm_call_opt_send(), vm_callee_setup_arg(), vm_callee_setup_arg_complex(), vm_caller_setup_args(), vm_invoke_block(), vm_search_super_method(), and vm_yield_setup_args().
union { ... } rb_call_info_struct::aux |
rb_iseq_t* rb_call_info_struct::blockiseq |
Definition at line 160 of file vm_core.h.
Referenced by iseq_data_to_ary(), iseq_peephole_optimize(), iseq_specialized_instruction(), new_callinfo(), rb_insn_operand_intern(), and vm_caller_setup_args().
struct rb_block_struct* rb_call_info_struct::blockptr |
Definition at line 173 of file vm_core.h.
Referenced by new_callinfo(), vm_call0_body(), vm_call0_cfunc_with_frame(), vm_call_bmethod_body(), vm_call_cfunc_with_frame(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_call_method_missing(), vm_call_opt_call(), vm_callee_setup_arg_complex(), vm_caller_setup_args(), and vm_yield_setup_args().
VALUE(* rb_call_info_struct::call) (struct rb_thread_struct *th, struct rb_control_frame_struct *cfp, struct rb_call_info_struct *ci) |
Definition at line 182 of file vm_core.h.
Referenced by new_callinfo(), vm_call_method(), vm_search_method(), and vm_search_super_method().
rb_serial_t rb_call_info_struct::class_serial |
Definition at line 164 of file vm_core.h.
Referenced by new_callinfo(), and vm_search_method().
VALUE rb_call_info_struct::defined_class |
Definition at line 169 of file vm_core.h.
Referenced by rb_equal_opt(), vm_call0(), vm_call0_body(), vm_call0_cfunc_with_frame(), vm_call_bmethod_body(), vm_call_cfunc_with_frame(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_call_method(), vm_call_method_missing(), vm_call_opt_send(), vm_search_method(), and vm_search_super_method().
VALUE rb_call_info_struct::flag |
Definition at line 158 of file vm_core.h.
Referenced by iseq_data_to_ary(), iseq_peephole_optimize(), iseq_specialized_instruction(), new_callinfo(), rb_insn_operand_intern(), vm_call0(), vm_call_iseq_setup_2(), vm_call_method(), vm_call_method_missing(), vm_call_opt_send(), vm_callee_setup_arg(), vm_caller_setup_args(), vm_invoke_block(), and vm_yield_setup_args().
long rb_call_info_struct::index |
Definition at line 177 of file vm_core.h.
Referenced by iseq_set_sequence(), new_callinfo(), vm_call_method(), vm_getivar(), and vm_setivar().
VALUE rb_call_info_struct::klass |
Definition at line 165 of file vm_core.h.
Referenced by rb_equal_opt(), vm_search_method(), vm_search_super_method(), and vm_search_superclass().
const rb_method_entry_t* rb_call_info_struct::me |
Definition at line 168 of file vm_core.h.
Referenced by opt_eq_func(), rb_equal_opt(), vm_call0(), vm_call0_body(), vm_call0_cfunc_with_frame(), vm_call_attrset(), vm_call_bmethod_body(), vm_call_cfunc_with_frame(), vm_call_iseq_setup(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_call_ivar(), vm_call_method(), vm_call_method_missing(), vm_call_opt_send(), vm_callee_setup_arg(), vm_search_method(), and vm_search_super_method().
rb_serial_t rb_call_info_struct::method_state |
Definition at line 163 of file vm_core.h.
Referenced by new_callinfo(), rb_equal_opt(), and vm_search_method().
ID rb_call_info_struct::mid |
Definition at line 157 of file vm_core.h.
Referenced by insn_data_to_s_detail(), iseq_data_to_ary(), iseq_specialized_instruction(), new_callinfo(), rb_equal_opt(), rb_insn_operand_intern(), vm_call0(), vm_call0_body(), vm_call0_cfunc_with_frame(), vm_call_method(), vm_call_method_missing(), vm_call_opt_send(), vm_search_method(), vm_search_super_method(), and vm_search_superclass().
int rb_call_info_struct::missing_reason |
Definition at line 178 of file vm_core.h.
Referenced by vm_call_method(), vm_call_method_missing(), and vm_search_super_method().
int rb_call_info_struct::opt_pc |
Definition at line 176 of file vm_core.h.
Referenced by vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_callee_setup_arg(), and vm_yield_setup_args().
int rb_call_info_struct::orig_argc |
Definition at line 159 of file vm_core.h.
Referenced by compile_massign_lhs(), insn_data_to_s_detail(), iseq_data_to_ary(), iseq_specialized_instruction(), new_callinfo(), and rb_insn_operand_intern().
VALUE rb_call_info_struct::recv |
Definition at line 174 of file vm_core.h.
Referenced by new_callinfo(), vm_call0(), vm_call0_body(), vm_call0_cfunc_with_frame(), vm_call_attrset(), vm_call_bmethod_body(), vm_call_cfunc_with_frame(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_call_ivar(), vm_call_method(), vm_call_method_missing(), vm_call_opt_call(), vm_call_opt_send(), and vm_search_super_method().