Ruby
2.0.0p645(2015-04-13revision50299)
|
#include "ruby/ruby.h"
#include "ruby/st.h"
#include "node.h"
#include "vm_debug.h"
#include "vm_opts.h"
#include "id.h"
#include "method.h"
#include "ruby_atomic.h"
#include <setjmp.h>
#include <signal.h>
#include <varargs.h>
Go to the source code of this file.
Data Structures | |
struct | iseq_inline_cache_entry |
struct | rb_call_info_struct |
struct | rb_iseq_location_struct |
struct | rb_iseq_struct |
struct | rb_hook_list_struct |
struct | rb_vm_struct |
struct | rb_control_frame_struct |
struct | rb_block_struct |
struct | rb_vm_tag |
struct | rb_vm_protect_tag |
struct | rb_unblock_callback |
struct | rb_thread_list_struct |
struct | rb_thread_struct |
struct | rb_proc_t |
struct | rb_env_t |
struct | rb_binding_t |
struct | rb_trace_arg_struct |
Typedefs | |
typedef unsigned long | rb_num_t |
typedef struct rb_compile_option_struct | rb_compile_option_t |
typedef struct rb_call_info_struct | rb_call_info_t |
typedef struct rb_iseq_location_struct | rb_iseq_location_t |
typedef struct rb_hook_list_struct | rb_hook_list_t |
typedef struct rb_vm_struct | rb_vm_t |
typedef struct rb_control_frame_struct | rb_control_frame_t |
typedef struct rb_block_struct | rb_block_t |
typedef RUBY_JMP_BUF | rb_jmpbuf_t |
typedef struct rb_thread_list_struct | rb_thread_list_t |
typedef struct rb_thread_struct | rb_thread_t |
typedef struct iseq_inline_cache_entry * | IC |
typedef rb_call_info_t * | CALL_INFO |
typedef VALUE | CDHASH |
typedef rb_control_frame_t *FUNC_FASTCALL | rb_insn_func_t (rb_thread_t *, rb_control_frame_t *) |
typedef int | rb_backtrace_iter_func (void *, VALUE, int, VALUE) |
Enumerations | |
enum | ruby_special_exceptions { ruby_error_reenter, ruby_error_nomemory, ruby_error_sysstack, ruby_error_closed_stream, ruby_special_error_count } |
enum | rb_thread_status { THREAD_RUNNABLE, THREAD_STOPPED, THREAD_STOPPED_FOREVER, THREAD_KILLED } |
enum | rb_vm_defineclass_type_t { VM_DEFINECLASS_TYPE_CLASS = 0x00, VM_DEFINECLASS_TYPE_SINGLETON_CLASS = 0x01, VM_DEFINECLASS_TYPE_MODULE = 0x02, VM_DEFINECLASS_TYPE_MASK = 0x07 } |
enum | vm_check_match_type { VM_CHECKMATCH_TYPE_WHEN = 1, VM_CHECKMATCH_TYPE_CASE = 2, VM_CHECKMATCH_TYPE_RESCUE = 3 } |
enum | vm_special_object_type { VM_SPECIAL_OBJECT_VMCORE = 1, VM_SPECIAL_OBJECT_CBASE, VM_SPECIAL_OBJECT_CONST_BASE } |
enum | { TIMER_INTERRUPT_MASK = 0x01, PENDING_INTERRUPT_MASK = 0x02, FINALIZER_INTERRUPT_MASK = 0x04, TRAP_INTERRUPT_MASK = 0x08 } |
#define CHECK_VM_STACK_OVERFLOW | ( | cfp, | |
margin | |||
) |
Definition at line 870 of file vm_core.h.
Referenced by eval_string_with_cref(), invoke_block_from_c(), vm_call0_body(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_call_method_missing(), vm_caller_setup_args(), vm_invoke_block(), vm_set_eval_stack(), vm_set_top_stack(), and vm_yield_setup_block_args().
#define EXEC_EVENT_HOOK | ( | th_, | |
flag_, | |||
self_, | |||
id_, | |||
klass_, | |||
data_ | |||
) | EXEC_EVENT_HOOK_ORIG(th_, flag_, self_, id_, klass_, data_, 0) |
Definition at line 1000 of file vm_core.h.
Referenced by rb_raise_jump(), rb_threadptr_execute_interrupts(), rb_vm_pop_cfunc_frame(), setup_exception(), thread_start_func_2(), vm_call0_cfunc_with_frame(), vm_call_bmethod_body(), vm_call_cfunc_with_frame(), and vm_exec().
#define EXEC_EVENT_HOOK_AND_POP_FRAME | ( | th_, | |
flag_, | |||
self_, | |||
id_, | |||
klass_, | |||
data_ | |||
) | EXEC_EVENT_HOOK_ORIG(th_, flag_, self_, id_, klass_, data_, 1) |
#define EXEC_EVENT_HOOK_ORIG | ( | th_, | |
flag_, | |||
self_, | |||
id_, | |||
klass_, | |||
data_, | |||
pop_p_ | |||
) |
Definition at line 763 of file vm_core.h.
Referenced by collect_caller_bindings_cfunc(), and collect_caller_bindings_iseq().
Definition at line 764 of file vm_core.h.
Referenced by collect_caller_bindings(), rb_vmdebug_stack_dump_raw(), vm_make_env_each(), and vm_throw().
#define GET_VM | ( | ) | ruby_current_vm |
Definition at line 883 of file vm_core.h.
Referenced by before_gc_sweep(), bm_free(), get_loaded_features(), get_loaded_features_index(), get_loaded_features_index_raw(), get_loading_table(), Init_load(), Init_top_self(), load_lock(), process_options(), push_include(), rb_add_event_hook(), rb_add_event_hook2(), rb_clear_trace_func(), rb_construct_expanded_load_path(), rb_get_coverages(), rb_get_expanded_load_path(), rb_get_load_path(), rb_iseq_defined_string(), rb_remove_event_hook(), rb_remove_event_hook_with_data(), rb_reset_coverages(), rb_ruby_debug_ptr(), rb_ruby_verbose_ptr(), rb_set_coverages(), rb_signal_exec(), rb_trap_exit(), rb_unlink_method_entry(), rb_vm_bugreport(), rb_vm_set_progname(), rb_vm_top_self(), reset_loaded_features_snapshot(), ruby_cleanup(), ruby_init_ext(), ruby_init_loadpath_safe(), ruby_setup(), ruby_vm_at_exit(), thread_join(), thread_s_new(), timer_thread_function(), trap(), and vm_default_params().
#define GetBindingPtr | ( | obj, | |
ptr | |||
) | GetCoreDataFromValue((obj), rb_binding_t, (ptr)) |
Definition at line 689 of file vm_core.h.
Referenced by binding_dup(), eval_string_with_cref(), proc_binding(), rb_vm_make_binding(), toplevel_context(), and vm_set_main_stack().
Definition at line 176 of file vm_core.h.
Referenced by backtrace_load_data(), backtrace_to_location_ary(), backtrace_to_str_ary(), bt_init(), location_ptr(), rb_backtrace_to_str_ary(), and vm_backtrace_to_ary().
Definition at line 678 of file vm_core.h.
Referenced by check_env_value(), collect_local_variables_in_env(), eval_string_with_cref(), method_proc(), rb_vmdebug_env_dump_raw(), rb_vmdebug_proc_dump_raw(), toplevel_context(), vm_collect_local_variables_in_heap(), vm_make_env_each(), vm_rewrite_ep_in_errinfo(), and vm_set_main_stack().
Definition at line 183 of file vm_core.h.
Referenced by clone_method(), eval_string_with_cref(), Init_VM(), iseq_absolute_path(), iseq_base_label(), iseq_check(), iseq_data_to_ary(), iseq_first_lineno(), iseq_inspect(), iseq_label(), iseq_load(), iseq_path(), iseq_set_sequence(), m_core_set_postexe(), new_callinfo(), rb_iseq_build_for_ruby2cext(), rb_iseq_clone(), rb_iseq_compile_node(), rb_iseq_line_trace_each(), rb_iseq_new_with_bopt_and_opt(), set_relation(), vm_define_method(), vm_exec(), vm_set_eval_stack(), vm_set_main_stack(), and vm_set_top_stack().
Definition at line 665 of file vm_core.h.
Referenced by block_proc_is_lambda(), iseq_s_of(), make_curry_proc(), method_proc(), proc_binding(), proc_call(), proc_dup(), proc_new(), proc_to_s(), rb_fiber_start(), rb_funcall_with_block(), rb_hash_proc(), rb_method_call_with_block(), rb_mod_define_method(), rb_proc_arity(), rb_proc_call(), rb_proc_call_with_block(), rb_proc_get_iseq(), rb_proc_lambda_p(), rb_proc_min_max_arity(), rb_vm_make_proc(), thread_start_func_2(), trap_handler(), vm_call0_body(), vm_call_bmethod_body(), vm_call_opt_call(), vm_callee_setup_arg_complex(), vm_caller_setup_args(), and vm_make_env_object().
#define GetThreadPtr | ( | obj, | |
ptr | |||
) | TypedData_Get_Struct((obj), rb_thread_t, &ruby_threadptr_data_type, (ptr)) |
Definition at line 452 of file vm_core.h.
Referenced by check_deadlock_i(), clear_trace_func_i(), cont_mark(), rb_fiber_reset_root_local_storage(), rb_thread_abort_exc(), rb_thread_abort_exc_set(), rb_thread_alive_p(), rb_thread_execute_interrupts(), rb_thread_group(), rb_thread_inspect(), rb_thread_interrupted(), rb_thread_key_p(), rb_thread_keys(), rb_thread_kill(), rb_thread_local_aref(), rb_thread_local_aset(), rb_thread_pending_interrupt_p(), rb_thread_priority(), rb_thread_priority_set(), rb_thread_safe_level(), rb_thread_status(), rb_thread_stop_p(), rb_thread_variable_get(), rb_thread_variable_set(), rb_thread_wakeup_alive(), rb_tracepoint_new(), rb_vmdebug_stack_dump_th(), rb_vmdebug_thread_dump_regs(), rb_vmdebug_thread_dump_state(), ruby_thread_init(), terminate_atfork_before_exec_i(), terminate_atfork_i(), terminate_i(), thgroup_add(), thgroup_list_i(), thread_add_trace_func_m(), thread_backtrace_to_ary(), thread_create_core(), thread_fd_close_i(), thread_initialize(), thread_join_m(), thread_list_i(), thread_raise_m(), thread_s_new(), thread_set_trace_func_m(), thread_value(), and thval2thread_t().
#define LIKELY | ( | x | ) | (x) |
Definition at line 114 of file vm_core.h.
Referenced by exec_hooks(), gc_mark(), gc_mark_children(), vm_call_iseq_setup_2(), vm_callee_setup_arg(), vm_getivar(), vm_search_method(), and vm_setivar().
#define NSIG (_SIGMAX + 1) /* For QNX */ |
Definition at line 54 of file vm_core.h.
Referenced by esignal_init(), and trap_signm().
#define rb_thread_set_current | ( | th | ) |
Definition at line 903 of file vm_core.h.
Referenced by blocking_region_end(), Init_VM(), rb_thread_schedule_limits(), and thread_start_func_2().
#define rb_thread_set_current_raw | ( | th | ) | (void)(ruby_current_thread = (th)) |
Definition at line 902 of file vm_core.h.
Referenced by Init_BareVM().
#define RUBY_NSIG NSIG |
Definition at line 57 of file vm_core.h.
Referenced by rb_get_next_signal(), and rb_vm_mark().
#define RUBY_VM_CHECK_INTS | ( | th | ) |
Definition at line 955 of file vm_core.h.
Referenced by fiber_switch(), rb_thread_s_handle_interrupt(), rb_waitpid(), ruby_cleanup(), set_unblock_function(), thread_raise_m(), vm_call0_body(), and vm_call_iseq_setup_tailcall().
#define RUBY_VM_CHECK_INTS_BLOCKING | ( | th | ) |
Definition at line 944 of file vm_core.h.
Referenced by call_without_gvl(), do_select(), rb_mutex_lock(), rb_thread_blocking_region_end(), rb_thread_check_ints(), rb_thread_io_blocking_region(), rb_thread_polling(), rb_thread_terminate_all(), sleep_forever(), and sleep_timeval().
#define RUBY_VM_CONTROL_FRAME_STACK_OVERFLOW_P | ( | th, | |
cfp | |||
) | (!RUBY_VM_VALID_CONTROL_FRAME_P((cfp), RUBY_VM_END_CONTROL_FRAME(th))) |
Definition at line 795 of file vm_core.h.
Referenced by current_method_entry(), rb_frame_last_func(), rb_vm_get_binding_creatable_next_cfp(), rb_vm_get_ruby_level_next_cfp(), vm_get_ruby_level_caller_cfp(), vm_normal_frame(), vm_push_frame(), vm_rewrite_ep_in_errinfo(), and vm_search_superclass().
#define RUBY_VM_END_CONTROL_FRAME | ( | th | ) | ((rb_control_frame_t *)((th)->stack + (th)->stack_size)) |
Definition at line 791 of file vm_core.h.
Referenced by backtrace_each(), and errinfo_place().
Definition at line 418 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 419 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 416 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 417 of file vm_core.h.
Referenced by vm_default_params_setup().
#define RUBY_VM_GET_BLOCK_PTR_IN_CFP | ( | cfp | ) | ((rb_block_t *)(&(cfp)->self)) |
Definition at line 802 of file vm_core.h.
Referenced by eval_string_with_cref(), m_core_set_postexe(), rb_iterate(), and vm_caller_setup_args().
#define RUBY_VM_GET_CFP_FROM_BLOCK_PTR | ( | b | ) | ((rb_control_frame_t *)((VALUE *)(b) - 4)) |
Definition at line 803 of file vm_core.h.
Referenced by rb_vm_make_proc().
#define RUBY_VM_IFUNC_P | ( | ptr | ) | (BUILTIN_TYPE(ptr) == T_NODE) |
Definition at line 798 of file vm_core.h.
Referenced by control_frame_dump(), frame_called_id(), frame_func_id(), proc_mark(), and rb_vm_control_frame_id_and_class().
#define RUBY_VM_INTERRUPTED | ( | th | ) | ((th)->interrupt_flag & ~(th)->interrupt_mask & (PENDING_INTERRUPT_MASK|TRAP_INTERRUPT_MASK)) |
Definition at line 926 of file vm_core.h.
Referenced by check_deadlock_i(), lock_func(), and rb_thread_interrupted().
Definition at line 927 of file vm_core.h.
Referenced by rb_thread_schedule(), and set_unblock_function().
#define RUBY_VM_NEXT_CONTROL_FRAME | ( | cfp | ) | ((cfp)-1) |
Definition at line 790 of file vm_core.h.
Referenced by backtrace_each().
#define RUBY_VM_NORMAL_ISEQ_P | ( | ptr | ) | ((ptr) && !RUBY_VM_IFUNC_P(ptr)) |
Definition at line 799 of file vm_core.h.
Referenced by errinfo_place(), iseq_s_of(), proc_binding(), proc_to_s(), rb_proc_get_iseq(), rb_thread_mark(), rb_vm_get_ruby_level_next_cfp(), rb_vm_get_sourceline(), rb_vmdebug_debug_print_register(), vm_get_cref0(), vm_get_ruby_level_caller_cfp(), vm_make_env_each(), and vm_rewrite_ep_in_errinfo().
#define RUBY_VM_PREVIOUS_CONTROL_FRAME | ( | cfp | ) | ((cfp)+1) |
Definition at line 789 of file vm_core.h.
Referenced by current_method_entry(), errinfo_place(), method_entry_of_iseq(), previous_frame(), proc_new(), rb_current_realfilepath(), rb_f_block_given_p(), rb_f_local_variables(), rb_frame_last_func(), rb_raise_jump(), rb_thread_mark(), rb_threadptr_exec_event_hooks_orig(), rb_vm_get_binding_creatable_next_cfp(), rb_vm_get_ruby_level_next_cfp(), rb_vm_make_binding(), rb_vm_stack_to_heap(), send_internal(), vm_base_ptr(), vm_call_iseq_setup_tailcall(), vm_exec(), vm_get_ruby_level_caller_cfp(), vm_normal_frame(), vm_pop_frame(), vm_push_frame(), vm_rewrite_ep_in_errinfo(), vm_search_superclass(), and vm_throw().
#define RUBY_VM_SET_FINALIZER_INTERRUPT | ( | th | ) | ATOMIC_OR((th)->interrupt_flag, FINALIZER_INTERRUPT_MASK) |
Definition at line 924 of file vm_core.h.
Referenced by slot_sweep().
#define RUBY_VM_SET_INTERRUPT | ( | th | ) | ATOMIC_OR((th)->interrupt_flag, PENDING_INTERRUPT_MASK) |
Definition at line 923 of file vm_core.h.
Referenced by rb_fiber_start(), rb_thread_s_handle_interrupt(), and rb_threadptr_interrupt_common().
#define RUBY_VM_SET_TIMER_INTERRUPT | ( | th | ) | ATOMIC_OR((th)->interrupt_flag, TIMER_INTERRUPT_MASK) |
Definition at line 922 of file vm_core.h.
Referenced by timer_thread_function().
#define RUBY_VM_SET_TRAP_INTERRUPT | ( | th | ) | ATOMIC_OR((th)->interrupt_flag, TRAP_INTERRUPT_MASK) |
Definition at line 925 of file vm_core.h.
Referenced by rb_threadptr_interrupt_common().
#define RUBY_VM_SIZE_ALIGN 4096 |
Definition at line 409 of file vm_core.h.
Referenced by get_param().
Definition at line 413 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 414 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 411 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 412 of file vm_core.h.
Referenced by vm_default_params_setup().
Definition at line 793 of file vm_core.h.
Referenced by errinfo_place().
#define RUBYVM_CFUNC_FRAME_P | ( | cfp | ) | (VM_FRAME_TYPE(cfp) == VM_FRAME_MAGIC_CFUNC) |
Definition at line 745 of file vm_core.h.
Referenced by backtrace_each().
#define SDR | ( | ) | rb_vmdebug_stack_dump_raw(GET_THREAD(), GET_THREAD()->cfp) |
Definition at line 817 of file vm_core.h.
Referenced by rb_vm_bugreport(), vm_make_env_each(), vm_pop_frame(), and vm_push_frame().
#define SDR2 | ( | cfp | ) | rb_vmdebug_stack_dump_raw(GET_THREAD(), (cfp)) |
Definition at line 818 of file vm_core.h.
Referenced by rb_vmdebug_debug_print_post().
#define sysstack_error GET_VM()->special_exceptions[ruby_error_sysstack] |
Definition at line 868 of file vm_core.h.
Referenced by Init_Proc(), make_exception(), ruby_thread_stack_overflow(), setup_exception(), stack_check(), and vm_stackoverflow().
#define UNINITIALIZED_VAR | ( | x | ) | x |
Definition at line 121 of file vm_core.h.
Referenced by do_select(), rb_debug_inspector_open(), rb_str_enumerate_bytes(), rb_str_enumerate_chars(), rb_str_enumerate_codepoints(), and rb_str_enumerate_lines().
#define UNLIKELY | ( | x | ) | (x) |
Definition at line 115 of file vm_core.h.
Referenced by backtrace_collect(), exec_hooks(), GET_THREAD(), iseq_set_sequence(), newobj(), rb_method_call_status(), rb_thread_schedule(), vm_call0_cfunc_with_frame(), vm_callee_setup_arg(), vm_caller_setup_args(), vm_exec(), vm_exec_core(), vm_getivar(), and vm_invoke_block().
#define VM_CALL_ARGS_BLOCKARG (0x01 << 2) /* m(&block) */ |
Definition at line 711 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_compile_each(), new_callinfo(), setup_args(), and vm_caller_setup_args().
#define VM_CALL_ARGS_SKIP_SETUP (0x01 << 8) /* (flag & (SPLAT|BLOCKARG)) && blockiseq == 0 */ |
Definition at line 717 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_specialized_instruction(), and new_callinfo().
#define VM_CALL_ARGS_SPLAT (0x01 << 1) /* m(*args) */ |
Definition at line 710 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_compile_each(), new_callinfo(), setup_args(), vm_call_method(), vm_callee_setup_arg(), vm_caller_setup_args(), and vm_invoke_block().
#define VM_CALL_FCALL (0x01 << 3) /* m(...) */ |
Definition at line 712 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_compile_each(), vm_call_method(), vm_call_method_missing(), and vm_call_opt_send().
#define VM_CALL_OPT_SEND (0x01 << 7) /* internal flag */ |
Definition at line 716 of file vm_core.h.
Referenced by insn_operand_intern(), vm_call_method(), vm_call_method_missing(), and vm_call_opt_send().
#define VM_CALL_SUPER (0x01 << 6) /* super */ |
Definition at line 715 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_compile_each(), and vm_call_method().
#define VM_CALL_TAILCALL (0x01 << 5) /* located at tail position */ |
Definition at line 714 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_peephole_optimize(), vm_call_iseq_setup_2(), and vm_callee_setup_arg().
#define VM_CALL_VCALL (0x01 << 4) /* m */ |
Definition at line 713 of file vm_core.h.
Referenced by insn_operand_intern(), iseq_compile_each(), and vm_call_method().
#define VM_CHECKMATCH_ARRAY 0x04 |
Definition at line 708 of file vm_core.h.
Referenced by iseq_compile_each().
#define VM_DEFINECLASS_FLAG_HAS_SUPERCLASS 0x10 |
Definition at line 630 of file vm_core.h.
Referenced by iseq_compile_each().
#define VM_DEFINECLASS_FLAG_SCOPED 0x08 |
Definition at line 629 of file vm_core.h.
Referenced by iseq_compile_each().
#define VM_DEFINECLASS_HAS_SUPERCLASS_P | ( | x | ) | ((x) & VM_DEFINECLASS_FLAG_HAS_SUPERCLASS) |
#define VM_DEFINECLASS_SCOPED_P | ( | x | ) | ((x) & VM_DEFINECLASS_FLAG_SCOPED) |
#define VM_DEFINECLASS_TYPE | ( | x | ) | ((rb_vm_defineclass_type_t)(x) & VM_DEFINECLASS_TYPE_MASK) |
#define VM_ENVVAL_BLOCK_PTR | ( | v | ) | (GC_GUARDED_PTR(v) | VM_ENVVAL_BLOCK_PTR_FLAG) |
Definition at line 777 of file vm_core.h.
Referenced by fiber_init(), rb_vm_call_cfunc(), rb_yield_refine_block(), th_init(), vm_call0_cfunc_with_frame(), vm_call_cfunc_with_frame(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), vm_make_env_object(), vm_set_top_stack(), and yield_under().
#define VM_ENVVAL_BLOCK_PTR_P | ( | v | ) | ((v) & VM_ENVVAL_BLOCK_PTR_FLAG) |
#define VM_ENVVAL_PREV_EP_PTR | ( | v | ) | ((VALUE)GC_GUARDED_PTR(v)) |
Definition at line 779 of file vm_core.h.
Referenced by invoke_block_from_c(), vm_exec(), vm_invoke_block(), vm_make_env_each(), vm_set_eval_stack(), and vm_yield_with_cfunc().
#define VM_ENVVAL_PREV_EP_PTR_P | ( | v | ) | (!(VM_ENVVAL_BLOCK_PTR_P(v))) |
#define VM_EP_BLOCK_PTR | ( | ep | ) | ((rb_block_t *)GC_GUARDED_PTR_REF((ep)[0])) |
Definition at line 783 of file vm_core.h.
Referenced by VM_CF_BLOCK_PTR(), and vm_make_env_object().
#define VM_EP_LEP_P | ( | ep | ) | VM_ENVVAL_BLOCK_PTR_P((ep)[0]) |
Definition at line 784 of file vm_core.h.
Referenced by rb_f_local_variables(), VM_EP_LEP(), and vm_get_cref0().
#define VM_EP_PREV_EP | ( | ep | ) | ((VALUE *)GC_GUARDED_PTR_REF((ep)[0])) |
Definition at line 782 of file vm_core.h.
Referenced by VM_CF_PREV_EP(), VM_EP_LEP(), vm_get_cref0(), vm_search_superclass(), and vm_throw().
#define VM_FRAME_FLAG_FINISH 0x0200 |
Definition at line 742 of file vm_core.h.
Referenced by invoke_block_from_c(), rb_vm_call_cfunc(), th_init(), vm_call0_body(), vm_call_iseq_setup_tailcall(), vm_set_eval_stack(), and vm_set_top_stack().
#define VM_FRAME_FLAG_PASSED 0x0100 |
Definition at line 741 of file vm_core.h.
Referenced by vm_get_ruby_level_caller_cfp().
#define VM_FRAME_MAGIC_BLOCK 0x21 |
Definition at line 726 of file vm_core.h.
Referenced by control_frame_dump(), invoke_block_from_c(), vm_exec(), and vm_invoke_block().
#define VM_FRAME_MAGIC_CFUNC 0x61 |
Definition at line 729 of file vm_core.h.
Referenced by control_frame_dump(), rb_vm_rewind_cfp(), vm_call0_cfunc_with_frame(), vm_call_cfunc_with_frame(), and vm_exec().
#define VM_FRAME_MAGIC_CLASS 0x31 |
Definition at line 727 of file vm_core.h.
Referenced by control_frame_dump(), and vm_exec().
#define VM_FRAME_MAGIC_EVAL 0x91 |
Definition at line 732 of file vm_core.h.
Referenced by control_frame_dump(), and vm_set_eval_stack().
#define VM_FRAME_MAGIC_IFUNC 0x81 |
Definition at line 731 of file vm_core.h.
Referenced by control_frame_dump(), and vm_yield_with_cfunc().
#define VM_FRAME_MAGIC_LAMBDA 0xa1 |
Definition at line 733 of file vm_core.h.
Referenced by control_frame_dump(), invoke_block_from_c(), and vm_throw().
#define VM_FRAME_MAGIC_MASK (~(~0<<VM_FRAME_MAGIC_MASK_BITS)) |
#define VM_FRAME_MAGIC_METHOD 0x11 |
Definition at line 725 of file vm_core.h.
Referenced by control_frame_dump(), vm_call_iseq_setup_normal(), vm_call_iseq_setup_tailcall(), and vm_exec().
#define VM_FRAME_MAGIC_PROC 0x71 |
Definition at line 730 of file vm_core.h.
Referenced by control_frame_dump().
#define VM_FRAME_MAGIC_RESCUE 0xb1 |
Definition at line 734 of file vm_core.h.
Referenced by control_frame_dump(), and vm_exec().
#define VM_FRAME_MAGIC_TOP 0x41 |
Definition at line 728 of file vm_core.h.
Referenced by control_frame_dump(), rb_vm_call_cfunc(), th_init(), and vm_set_top_stack().
#define VM_FRAME_TYPE | ( | cfp | ) | ((cfp)->flag & VM_FRAME_MAGIC_MASK) |
Definition at line 738 of file vm_core.h.
Referenced by control_frame_dump(), rb_vm_rewind_cfp(), vm_exec(), and vm_throw().
#define VM_FRAME_TYPE_FINISH_P | ( | cfp | ) | (((cfp)->flag & VM_FRAME_FLAG_FINISH) != 0) |
Definition at line 743 of file vm_core.h.
Referenced by control_frame_dump(), rb_threadptr_exec_event_hooks_orig(), vm_call_iseq_setup_tailcall(), and vm_exec().
typedef rb_call_info_t* CALL_INFO |
typedef struct iseq_inline_cache_entry* IC |
typedef struct rb_block_struct rb_block_t |
typedef struct rb_call_info_struct rb_call_info_t |
typedef struct rb_compile_option_struct rb_compile_option_t |
typedef struct rb_control_frame_struct rb_control_frame_t |
typedef struct rb_hook_list_struct rb_hook_list_t |
typedef rb_control_frame_t* FUNC_FASTCALL rb_insn_func_t(rb_thread_t *, rb_control_frame_t *) |
typedef struct rb_iseq_location_struct rb_iseq_location_t |
typedef RUBY_JMP_BUF rb_jmpbuf_t |
typedef struct rb_thread_list_struct rb_thread_list_t |
typedef struct rb_thread_struct rb_thread_t |
typedef struct rb_vm_struct rb_vm_t |
anonymous enum |
enum rb_thread_status |
enum vm_check_match_type |
|
inlinestatic |
Definition at line 890 of file vm_core.h.
References rb_thread_struct::passed_ci, ruby_current_thread, th, and UNLIKELY.
Referenced by call_trace_func(), call_without_gvl(), check_match(), compile_err_append(), cont_capture(), cont_free(), cont_new(), cont_restore_thread(), do_select(), error_handle(), error_print(), eval_string_with_cref(), eval_under(), fiber_store(), fiber_switch(), fiber_t_alloc(), gc_marks(), get_errinfo(), get_trace_arg(), Init_Cont(), init_heap(), Init_signal(), Init_Thread(), Init_VM(), location_to_str(), m_core_define_method(), m_core_define_singleton_method(), m_core_set_postexe(), method_entry_of_iseq(), method_missing(), oldbt_init(), prepare_iseq_build(), proc_call(), proc_new(), process_options(), rb_add_method(), rb_backtrace_print_as_bugreport(), rb_binding_new(), rb_block_given_p(), rb_bug(), rb_call(), rb_call0(), rb_call_super(), rb_catch_obj(), rb_check_deadlock(), rb_check_funcall(), rb_check_funcall_with_hook(), rb_cont_call(), rb_current_realfilepath(), rb_debug_inspector_open(), rb_dvar_defined(), rb_ensure(), rb_errinfo(), rb_eval_string_wrap(), rb_exec_end_proc(), rb_exit(), rb_f_abort(), rb_f_block_given_p(), rb_f_caller(), rb_f_caller_locations(), rb_f_local_variables(), rb_fiber_current(), rb_fiber_start(), rb_frame_callee(), rb_frame_caller(), rb_frame_last_func(), rb_frame_method_id_and_class(), rb_frame_pop(), rb_frame_this_func(), rb_funcall_passing_block(), rb_funcall_with_block(), rb_gc_register_mark_object(), rb_iseq_compile_with_option(), rb_iseq_eval(), rb_iseq_eval_main(), rb_iseq_new_main(), rb_iter_break(), rb_iter_break_value(), rb_iterate(), rb_last_status_clear(), rb_last_status_get(), rb_last_status_set(), rb_load_internal(), rb_local_defined(), rb_longjmp(), rb_make_backtrace(), rb_memerror(), rb_method_call_with_block(), rb_method_missing(), rb_mod_refine(), rb_mutex_lock(), rb_mutex_owned_p(), rb_mutex_sleep_forever(), rb_mutex_trylock(), rb_mutex_unlock(), rb_mutex_wait_for(), rb_parse_in_eval(), rb_parse_in_main(), rb_proc_call(), rb_proc_call_with_block(), rb_protect(), rb_raise_jump(), rb_require_safe(), rb_rescue2(), rb_safe_level(), rb_set_end_proc(), rb_set_errinfo(), rb_set_safe_level(), rb_set_safe_level_force(), rb_sourcefile(), rb_sourcefilename(), rb_sourceline(), rb_suppress_tracing(), rb_thread_alone(), rb_thread_atfork(), rb_thread_atfork_internal(), rb_thread_blocking_region_begin(), rb_thread_check_ints(), rb_thread_current(), rb_thread_exit(), rb_thread_fd_close(), rb_thread_io_blocking_region(), rb_thread_kill(), rb_thread_list(), rb_thread_local_aref(), rb_thread_local_aset(), rb_thread_main(), rb_thread_mark(), rb_thread_polling(), rb_thread_s_abort_exc(), rb_thread_s_abort_exc_set(), rb_thread_s_handle_interrupt(), rb_thread_s_pending_interrupt_p(), rb_thread_schedule(), rb_thread_schedule_limits(), rb_thread_shield_wait(), rb_thread_sleep_deadly(), rb_thread_sleep_forever(), rb_thread_terminate_all(), rb_thread_variable_get(), rb_thread_variable_set(), rb_thread_wait_for(), rb_throw_obj(), rb_uninterruptible(), rb_vm_backtrace_object(), rb_vm_call_cfunc(), rb_vm_cbase(), rb_vm_cref(), rb_vm_make_jump_tag_but_local_jump(), rb_vm_pop_cfunc_frame(), rb_vmdebug_stack_dump_raw_current(), rb_waitpid(), rb_yield_0(), rb_yield_refine_block(), require_libraries(), return_fiber(), ruby_cleanup(), ruby_exec_internal(), ruby_finalize_1(), ruby_options(), ruby_stack_length(), ruby_thread_init(), run_finalizer(), safe_setter(), send_internal(), set_relation(), signal_exec(), slot_sweep(), stack_check(), thgroup_list(), thread_create_core(), thread_join(), thread_raise_m(), top_define_method(), top_include(), top_using(), tracepoint_inspect(), update_coverage(), vm_backtrace_print(), vm_base_ptr(), vm_search_superclass(), vm_svar_get(), vm_svar_set(), and yield_under().
Definition at line 1711 of file variable.c.
References autoload_data(), check_autoload_data, Qundef, rb_thread_current(), autoload_data_i::thread, and autoload_data_i::value.
Referenced by autoload_defined_p(), rb_const_defined_0(), rb_const_get_0(), and vm_get_ev_const().
Definition at line 283 of file proc.c.
References obj, and TypedData_Make_Struct.
Referenced by binding_dup(), proc_binding(), and rb_vm_make_binding().
VALUE rb_binding_new_with_cfp | ( | rb_thread_t * | th, |
const rb_control_frame_t * | src_cfp | ||
) |
Definition at line 316 of file proc.c.
References rb_vm_make_binding().
Referenced by collect_caller_bindings(), rb_binding_new(), and rb_tracearg_binding().
void rb_gc_mark_machine_stack | ( | rb_thread_t * | th | ) |
Definition at line 2530 of file gc.c.
References GET_STACK_BOUNDS, rb_gc_mark_locations, and rb_objspace.
Referenced by rb_thread_mark().
Definition at line 108 of file vm_method.c.
References rb_method_entry_struct::mark, unlinked_method_entry_list_entry::me, unlinked_method_entry_list_entry::next, rb_mark_method_entry(), and rb_vm_struct::unlinked_method_entry_list.
Referenced by gc_marks().
Definition at line 638 of file iseq.c.
References Qnil, and rb_iseq_compile_with_option().
VALUE rb_iseq_compile_on_base | ( | VALUE | src, |
VALUE | file, | ||
VALUE | line, | ||
rb_block_t * | base_block | ||
) |
Definition at line 644 of file iseq.c.
References Qnil, and rb_iseq_compile_with_option().
VALUE rb_iseq_compile_with_option | ( | VALUE | src, |
VALUE | file, | ||
VALUE | absolute_path, | ||
VALUE | line, | ||
rb_block_t * | base_block, | ||
VALUE | opt | ||
) |
Definition at line 585 of file iseq.c.
References rb_thread_struct::base_block, EXEC_TAG, GET_THREAD(), rb_block_struct::iseq, JUMP_TAG, rb_iseq_location_struct::label, rb_iseq_struct::location, make_compile_option(), NUM2INT, parser, Qfalse, Qundef, rb_exc_raise(), rb_iseq_new_with_opt(), rb_parser_compile_file_path(), rb_parser_compile_string_path(), rb_parser_new(), rb_str_new2, RB_TYPE_P, rb_iseq_struct::self, state, StringValueCStr, T_FILE, th, TH_POP_TAG, and TH_PUSH_TAG.
Referenced by eval_string_with_cref(), iseq_s_compile(), rb_iseq_compile(), and rb_iseq_compile_on_base().
Definition at line 1358 of file iseq.c.
References rb_iseq_struct::arg_block, rb_iseq_struct::arg_opt_table, rb_iseq_struct::arg_opts, rb_iseq_struct::arg_post_len, rb_iseq_struct::arg_post_start, rb_iseq_struct::arg_rest, rb_iseq_struct::arg_simple, rb_iseq_struct::argc, argc, rb_iseq_struct::catch_table, rb_iseq_struct::catch_table_size, catch_type(), iseq_catch_table_entry::cont, iseq_catch_table_entry::end, i, id_to_name(), iseq_catch_table_entry::iseq, rb_iseq_struct::iseq, iseq_check(), iseq_inspect(), rb_iseq_struct::iseq_size, rb_iseq_struct::local_size, rb_iseq_struct::local_table, rb_iseq_struct::local_table_size, memset(), n, name, opts, PRIdVALUE, RARRAY_LEN, rb_ary_entry(), rb_ary_new(), rb_iseq_disasm(), rb_iseq_disasm_insn(), rb_secure(), rb_str_append(), rb_str_cat2(), rb_str_catf(), rb_str_concat(), rb_str_new(), rb_str_resize(), RSTRING_LEN, RSTRING_PTR, rb_iseq_struct::self, size, snprintf, iseq_catch_table_entry::sp, iseq_catch_table_entry::start, str, tbl, and iseq_catch_table_entry::type.
Referenced by eval_string_with_cref(), Init_ISeq(), iseq_s_disasm(), iseq_setup(), and rb_iseq_disasm().
Disassemble a instruction Iseq -> Iseq inspect object.
Definition at line 1266 of file iseq.c.
References find_line_no(), insn_operand_intern(), len, PRIdSIZE, rb_str_cat2(), rb_str_catf(), rb_str_concat(), rb_str_new(), RSTRING_LEN, RSTRING_PTR, and str.
Referenced by rb_iseq_disasm(), and rb_vmdebug_debug_print_pre().
Definition at line 1498 of file vm.c.
References GET_THREAD(), RB_GC_GUARD, th, val, vm_exec(), and vm_set_top_stack().
Referenced by iseq_eval(), and rb_load_internal().
Definition at line 1511 of file vm.c.
References GET_THREAD(), RB_GC_GUARD, th, val, vm_exec(), and vm_set_main_stack().
Referenced by ruby_exec_internal().
Definition at line 1058 of file iseq.c.
References rb_iseq_location_struct::first_lineno, FIX2INT, and rb_iseq_struct::location.
Referenced by argument_error(), iseq_location(), proc_binding(), proc_to_s(), and rb_method_entry_make().
Definition at line 410 of file iseq.c.
References INT2FIX, and rb_iseq_new_with_opt().
Referenced by Init_VM(), and rb_vm_call_cfunc().
Definition at line 425 of file iseq.c.
References rb_thread_struct::base_block, GET_THREAD(), INT2FIX, rb_block_struct::iseq, rb_iseq_new_with_opt(), rb_str_new2, rb_iseq_struct::self, and th.
Referenced by process_options().
Definition at line 418 of file iseq.c.
References INT2FIX, and rb_iseq_new_with_opt().
Referenced by rb_load_internal().
VALUE rb_iseq_new_with_bopt | ( | NODE * | , |
VALUE | , | ||
VALUE | , | ||
VALUE | , | ||
VALUE | , | ||
VALUE | , | ||
enum | iseq_type, | ||
VALUE | |||
) |
Definition at line 461 of file iseq.c.
References rb_iseq_new_with_bopt_and_opt().
VALUE rb_iseq_new_with_opt | ( | NODE * | , |
VALUE | , | ||
VALUE | , | ||
VALUE | , | ||
VALUE | , | ||
VALUE | , | ||
enum | iseq_type, | ||
const rb_compile_option_t * | |||
) |
Definition at line 451 of file iseq.c.
References Qfalse, and rb_iseq_new_with_bopt_and_opt().
Referenced by iseq_s_compile_file(), new_child_iseq(), rb_iseq_compile_with_option(), rb_iseq_new(), rb_iseq_new_main(), and rb_iseq_new_top().
Definition at line 1032 of file error.c.
References ALLOC_N, method, NAME_ERR_MESG_COUNT, ptr, rb_cNameErrorMesg, RB_GC_GUARD, result, and TypedData_Wrap_Struct.
Referenced by Init_Exception(), and make_no_method_exception().
void rb_objspace_free | ( | struct rb_objspace * | ) |
Definition at line 389 of file gc.c.
References aligned_free(), heaps_header::bits, free, rb_objspace::free_bitmap, free_stack_chunks(), global_List, rb_objspace::heap, heaps, heaps_used, i, list, rb_objspace::mark_stack, heaps_free_bitmap::next, gc_list::next, rb_objspace::profile, rb_objspace::record, rest_sweep(), rb_objspace::sorted, and xfree.
Referenced by ruby_vm_destruct().
Definition at line 84 of file proc.c.
References proc, and TypedData_Make_Struct.
Referenced by proc_dup(), and rb_vm_make_proc().
Definition at line 5204 of file thread.c.
References GET_VM, Qfalse, rb_remove_event_hook(), and update_coverage().
Referenced by rb_coverage_result().
Definition at line 5197 of file thread.c.
References GET_VM, Qnil, rb_add_event_hook(), RUBY_EVENT_COVERAGE, and update_coverage().
Referenced by rb_coverage_start().
Definition at line 574 of file signal.c.
References signal_buff.
Referenced by rb_thread_check_trap_pending(), and rb_threadptr_check_signal().
void rb_signal_exec | ( | rb_thread_t * | th, |
int | sig | ||
) |
Definition at line 740 of file signal.c.
References cmd, rb_vm_struct::cmd, GET_VM, Qundef, rb_interrupt(), rb_threadptr_signal_exit(), rb_threadptr_signal_raise(), rb_vm_struct::safe, safe, SIGINT, signal_exec(), and rb_vm_struct::trap_list.
Referenced by rb_threadptr_execute_interrupts().
Definition at line 2071 of file vm.c.
References ruby_thread_init(), and thread_alloc().
Referenced by rb_thread_create(), thread_s_new(), and thread_start().
Definition at line 1108 of file thread.c.
References rb_signal_buff_size().
void rb_thread_lock_destroy | ( | rb_thread_lock_t * | ) |
void rb_thread_lock_unlock | ( | rb_thread_lock_t * | ) |
int rb_thread_method_id_and_class | ( | rb_thread_t * | th, |
ID * | idp, | ||
VALUE * | klassp | ||
) |
Definition at line 1552 of file vm.c.
References rb_thread_struct::cfp, and rb_vm_control_frame_id_and_class().
Referenced by call_trace_func(), and rb_frame_method_id_and_class().
Definition at line 3784 of file thread.c.
Referenced by after_exec_non_async_signal_safe().
Definition at line 3790 of file thread.c.
References system_working.
Referenced by after_exec_non_async_signal_safe().
Definition at line 3776 of file thread.c.
Referenced by before_exec_non_async_signal_safe(), and ruby_cleanup().
Referenced by sighandler().
void rb_threadptr_check_signal | ( | rb_thread_t * | mth | ) |
Definition at line 3735 of file thread.c.
References rb_signal_buff_size(), and rb_threadptr_trap_interrupt().
Referenced by ruby_cleanup(), and timer_thread_function().
void rb_threadptr_exec_event_hooks | ( | struct rb_trace_arg_struct * | trace_arg | ) |
Definition at line 339 of file vm_trace.c.
References rb_threadptr_exec_event_hooks_orig().
void rb_threadptr_exec_event_hooks_and_pop_frame | ( | struct rb_trace_arg_struct * | trace_arg | ) |
Definition at line 333 of file vm_trace.c.
References rb_threadptr_exec_event_hooks_orig().
void rb_threadptr_execute_interrupts | ( | rb_thread_t * | , |
int | |||
) |
Definition at line 1899 of file thread.c.
References ATOMIC_CAS, rb_thread_struct::cfp, eKillSignal, err, eTerminateSignal, EXEC_EVENT_HOOK, FINALIZER_INTERRUPT_MASK, if(), INT2FIX, rb_thread_struct::interrupt_flag, rb_thread_struct::interrupt_mask, INTERRUPT_NONE, INTERRUPT_ON_BLOCKING, rb_vm_struct::main_thread, PENDING_INTERRUPT_MASK, rb_blocking_region_buffer::prev_status, PRIdVALUE, rb_thread_struct::priority, Qundef, rb_thread_struct::raised_flag, rb_exc_raise(), rb_gc_finalize_deferred(), rb_get_next_signal(), rb_signal_exec(), rb_thread_schedule_limits(), rb_threadptr_pending_interrupt_active_p(), rb_threadptr_pending_interrupt_deque(), rb_threadptr_to_kill(), RUBY_EVENT_SWITCH, rb_thread_struct::running_time_us, rb_control_frame_struct::self, rb_thread_struct::status, TAG_FATAL, thread_debug, THREAD_RUNNABLE, THREAD_STOPPED, THREAD_STOPPED_FOREVER, TIMER_INTERRUPT_MASK, TRAP_INTERRUPT_MASK, and rb_thread_struct::vm.
Referenced by rb_thread_execute_interrupts(), and rb_thread_schedule().
void rb_threadptr_interrupt | ( | rb_thread_t * | th | ) |
Definition at line 347 of file thread.c.
References rb_threadptr_interrupt_common().
Referenced by rb_thread_kill(), rb_threadptr_raise(), rb_threadptr_ready(), ruby_cleanup(), terminate_i(), thread_fd_close_i(), and thread_start_func_2().
int rb_threadptr_pending_interrupt_active_p | ( | rb_thread_t * | th | ) |
Definition at line 1612 of file thread.c.
References rb_thread_struct::pending_interrupt_queue_checked, and rb_threadptr_pending_interrupt_empty_p().
Referenced by rb_threadptr_execute_interrupts().
void rb_threadptr_pending_interrupt_clear | ( | rb_thread_t * | th | ) |
Definition at line 1497 of file thread.c.
References rb_thread_struct::pending_interrupt_queue, and rb_ary_clear().
Referenced by rb_threadptr_to_kill().
void rb_threadptr_pending_interrupt_enque | ( | rb_thread_t * | th, |
VALUE | v | ||
) |
Definition at line 1503 of file thread.c.
References rb_thread_struct::pending_interrupt_queue, rb_thread_struct::pending_interrupt_queue_checked, and rb_ary_push().
Referenced by rb_fiber_start(), rb_thread_kill(), rb_threadptr_raise(), terminate_i(), and thread_fd_close_i().
void rb_threadptr_signal_exit | ( | rb_thread_t * | th | ) |
Definition at line 2025 of file thread.c.
References argv, rb_vm_struct::main_thread, rb_eSystemExit, rb_str_new2, rb_threadptr_raise(), and rb_thread_struct::vm.
Referenced by rb_signal_exec().
void rb_threadptr_signal_raise | ( | rb_thread_t * | th, |
int | sig | ||
) |
Definition at line 2015 of file thread.c.
References argv, INT2FIX, rb_vm_struct::main_thread, rb_eSignal, rb_threadptr_raise(), and rb_thread_struct::vm.
Referenced by rb_signal_exec().
void rb_threadptr_unlock_all_locking_mutexes | ( | rb_thread_t * | th | ) |
Definition at line 392 of file thread.c.
References err, rb_thread_struct::keeping_mutexes, rb_mutex_struct::next_mutex, rb_bug(), and rb_mutex_unlock_th().
Referenced by rb_thread_terminate_all(), ruby_cleanup(), and thread_start_func_2().
void rb_unlink_method_entry | ( | rb_method_entry_t * | me | ) |
Definition at line 99 of file vm_method.c.
References ALLOC, GET_VM, unlinked_method_entry_list_entry::me, and unlinked_method_entry_list_entry::next.
Referenced by rb_method_entry_make(), and remove_method().
Definition at line 614 of file vm_dump.c.
References CLASS_OF, feof, free, GET_VM, i, len, LIMITED_NAME_LENGTH, rb_vm_struct::loaded_features, n, name, rb_vm_struct::progname, RARRAY_LEN, RARRAY_PTR(), rb_backtrace_print_as_bugreport(), rb_class2name(), RB_TYPE_P, RSTRING_PTR, SDR, and T_STRING.
VALUE rb_vm_call | ( | rb_thread_t * | th, |
VALUE | recv, | ||
VALUE | id, | ||
int | argc, | ||
const VALUE * | argv, | ||
const rb_method_entry_t * | me, | ||
VALUE | defined_class | ||
) |
Definition at line 243 of file vm_eval.c.
References vm_call0().
Referenced by rb_method_call_with_block().
Definition at line 103 of file vm.c.
References INC_VM_STATE_VERSION.
rb_block_t* rb_vm_control_frame_block_ptr | ( | rb_control_frame_t * | cfp | ) |
Definition at line 61 of file vm.c.
References VM_CF_BLOCK_PTR().
Referenced by proc_new(), rb_block_given_p(), and rb_mod_refine().
int rb_vm_control_frame_id_and_class | ( | const rb_control_frame_t * | cfp, |
ID * | idp, | ||
VALUE * | klassp | ||
) |
Definition at line 1524 of file vm.c.
References CONST_ID, rb_method_entry_struct::def, rb_iseq_struct::defined_method_id, iseq_catch_table_entry::iseq, rb_control_frame_struct::iseq, rb_method_entry_struct::klass, rb_iseq_struct::klass, rb_iseq_struct::local_iseq, rb_control_frame_struct::me, rb_method_definition_struct::original_id, rb_iseq_struct::parent_iseq, and RUBY_VM_IFUNC_P.
Referenced by fill_id_and_klass(), get_klass(), and rb_thread_method_id_and_class().
Definition at line 36 of file vm.c.
References VM_EP_LEP().
Referenced by rb_fiber_start(), and thread_start_func_2().
rb_control_frame_t* rb_vm_get_binding_creatable_next_cfp | ( | rb_thread_t * | th, |
const rb_control_frame_t * | cfp | ||
) |
Definition at line 189 of file vm.c.
References rb_control_frame_struct::iseq, RUBY_VM_CONTROL_FRAME_STACK_OVERFLOW_P, and RUBY_VM_PREVIOUS_CONTROL_FRAME.
Referenced by rb_tracearg_binding(), rb_vm_make_binding(), and rb_vm_stack_to_heap().
rb_control_frame_t* rb_vm_get_ruby_level_next_cfp | ( | rb_thread_t * | th, |
const rb_control_frame_t * | cfp | ||
) |
Definition at line 201 of file vm.c.
References rb_control_frame_struct::iseq, RUBY_VM_CONTROL_FRAME_STACK_OVERFLOW_P, RUBY_VM_NORMAL_ISEQ_P, and RUBY_VM_PREVIOUS_CONTROL_FRAME.
Referenced by eval_string_with_cref(), fill_path_and_lineno(), m_core_set_postexe(), rb_add_method(), rb_sourcefile(), rb_sourcefilename(), rb_sourceline(), rb_vm_cbase(), rb_vm_cref(), and rb_vm_make_binding().
int rb_vm_get_sourceline | ( | const rb_control_frame_t * | ) |
Definition at line 33 of file vm_backtrace.c.
References calc_lineno(), rb_control_frame_struct::iseq, lineno, rb_control_frame_struct::pc, and RUBY_VM_NORMAL_ISEQ_P.
Referenced by control_frame_dump(), fill_path_and_lineno(), rb_add_method(), rb_sourceline(), rb_thread_current_status(), and rb_vm_make_binding().
Definition at line 273 of file thread.c.
References rb_vm_struct::thread_destruct_lock.
Referenced by ruby_vm_destruct().
Definition at line 128 of file vm.c.
References ruby_vm_const_missing_count.
VALUE rb_vm_invoke_proc | ( | rb_thread_t * | th, |
rb_proc_t * | proc, | ||
int | argc, | ||
const VALUE * | argv, | ||
const rb_block_t * | blockptr | ||
) |
Definition at line 780 of file vm.c.
References rb_proc_t::block, rb_block_struct::klass, rb_block_struct::self, and vm_invoke_proc().
Referenced by proc_call(), rb_fiber_start(), rb_proc_call(), rb_proc_call_with_block(), thread_start_func_2(), vm_call0_body(), and vm_call_opt_call().
VALUE rb_vm_make_binding | ( | rb_thread_t * | th, |
const rb_control_frame_t * | src_cfp | ||
) |
Definition at line 647 of file vm.c.
References rb_binding_t::blockprocval, rb_binding_t::env, rb_binding_t::first_lineno, GetBindingPtr, rb_control_frame_struct::iseq, rb_iseq_struct::location, rb_iseq_location_struct::path, rb_binding_t::path, rb_binding_alloc(), rb_cBinding, rb_eRuntimeError, rb_raise(), rb_vm_get_binding_creatable_next_cfp(), rb_vm_get_ruby_level_next_cfp(), rb_vm_get_sourceline(), RUBY_VM_PREVIOUS_CONTROL_FRAME, and vm_make_env_object().
Referenced by rb_binding_new_with_cfp().
VALUE rb_vm_make_env_object | ( | rb_thread_t * | th, |
rb_control_frame_t * | cfp | ||
) |
Definition at line 530 of file vm.c.
References vm_make_env_object().
Referenced by eval_string_with_cref(), rb_vm_stack_to_heap(), and vm_set_main_stack().
VALUE rb_vm_make_proc | ( | rb_thread_t * | th, |
const rb_block_t * | block, | ||
VALUE | klass | ||
) |
Definition at line 609 of file vm.c.
References rb_proc_t::block, rb_proc_t::blockprocval, check_env_value(), rb_proc_t::envval, rb_block_struct::ep, GetProcPtr, rb_block_struct::iseq, rb_block_struct::klass, rb_block_struct::proc, proc, PROCDEBUG, rb_bug(), rb_proc_alloc(), RUBY_VM_GET_CFP_FROM_BLOCK_PTR, rb_thread_struct::safe_level, rb_proc_t::safe_level, rb_block_struct::self, rb_thread_struct::stack, rb_thread_struct::stack_size, vm_make_env_object(), and VMDEBUG.
Referenced by m_core_set_postexe(), proc_new(), vm_callee_setup_arg_complex(), vm_make_proc_from_block(), vm_yield_setup_block_args(), and vm_yield_with_cfunc().
void rb_vm_rewind_cfp | ( | rb_thread_t * | th, |
rb_control_frame_t * | cfp | ||
) |
Definition at line 245 of file vm.c.
References rb_thread_struct::cfp, rb_vm_pop_cfunc_frame(), VM_FRAME_MAGIC_CFUNC, VM_FRAME_TYPE, and vm_pop_frame().
Referenced by rb_catch_obj(), rb_iterate(), rb_protect(), and rb_rescue2().
void rb_vm_rewrite_cref_stack | ( | NODE * | node, |
VALUE | old_klass, | ||
VALUE | new_klass, | ||
NODE ** | new_cref_ptr | ||
) |
Definition at line 299 of file vm_insnhelper.c.
References COPY_CREF_OMOD, NEW_CREF, and NULL.
Referenced by clone_method().
void rb_vm_stack_to_heap | ( | rb_thread_t * | th | ) |
Definition at line 588 of file vm.c.
References rb_thread_struct::cfp, rb_vm_get_binding_creatable_next_cfp(), rb_vm_make_env_object(), and RUBY_VM_PREVIOUS_CONTROL_FRAME.
Referenced by cont_capture().
void rb_vmdebug_debug_print_post | ( | rb_thread_t * | th, |
rb_control_frame_t * | cfp | ||
) |
Definition at line 383 of file vm_dump.c.
References rb_thread_struct::cfp, rb_inspect(), rb_vmdebug_debug_print_register(), SDR2, and StringValueCStr.
void rb_vmdebug_debug_print_pre | ( | rb_thread_t * | th, |
rb_control_frame_t * | cfp | ||
) |
Definition at line 357 of file vm_dump.c.
References i, int, rb_iseq_struct::iseq, rb_control_frame_struct::iseq, rb_iseq_struct::iseq_encoded, rb_control_frame_struct::pc, rb_iseq_disasm_insn(), rb_vmdebug_debug_print_register(), and VM_CFP_CNT.
void rb_vmdebug_stack_dump_raw | ( | rb_thread_t * | , |
rb_control_frame_t * | |||
) |
Definition at line 141 of file vm_dump.c.
References control_frame_dump(), rb_control_frame_struct::ep, GC_GUARDED_PTR_REF, p, PRIxVALUE, rb_control_frame_struct::sp, st, rb_thread_struct::stack, rb_thread_struct::stack_size, and t.
Referenced by rb_vmdebug_stack_dump_raw_current(), and rb_vmdebug_stack_dump_th().
Definition at line 1582 of file iseq.c.
References rb_bug().
Referenced by compile_array_(), iseq_compile_each(), iseq_set_arguments(), ruby_debug_print_node(), and setup_args().
Definition at line 1451 of file thread.c.
References rb_thread_struct::blocking_region_buffer, and th.
Referenced by garbage_collect_with_gvl(), negative_size_allocation_error(), and ruby_memerror().
void ruby_thread_init_stack | ( | rb_thread_t * | th | ) |
Definition at line 476 of file thread.c.
Referenced by Init_BareVM().
RUBY_EXTERN VALUE rb_cEnv |
RUBY_EXTERN VALUE rb_cISeq |
RUBY_EXTERN VALUE rb_cRubyVM |
RUBY_EXTERN VALUE rb_mRubyVMFrozenCore |
rb_thread_t* ruby_current_thread |
Definition at line 96 of file vm.c.
Referenced by GET_THREAD().
const rb_data_type_t ruby_threadptr_data_type |
rb_event_flag_t ruby_vm_event_flags |
Definition at line 98 of file vm.c.
Referenced by recalc_add_ruby_vm_event_flags(), and recalc_remove_ruby_vm_event_flags().