Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <math.h>
#include "vm.inc"
Go to the source code of this file.
Macros | |
#define | DECL_SC_REG(type, r, reg) register type reg_##r |
Functions | |
static VALUE | vm_exec_core (rb_thread_t *th, VALUE initial) |
const void ** | rb_vm_get_insns_address_table (void) |
#define DECL_SC_REG | ( | type, | |
r, | |||
reg | |||
) | register type reg_##r |
Definition at line 31 of file vm_exec.c.
Referenced by vm_exec_core().
const void** rb_vm_get_insns_address_table | ( | void | ) |
Definition at line 130 of file vm_exec.c.
References rb_thread_struct::cfp, err, rb_thread_struct::errinfo, GET_PC, Qnil, Qundef, UNLIKELY, and vm_exec_core().
Referenced by rb_iseq_translate_threaded_code().
|
static |
Definition at line 48 of file vm_exec.c.
References rb_thread_struct::cfp, DECL_SC_REG, END_INSNS_DISPATCH, INSN_DISPATCH, rb_control_frame_struct::pc, rb_bug(), and UNLIKELY.
Referenced by rb_vm_get_insns_address_table(), and vm_exec().