Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Macros | Functions
vm_exec.c File Reference
#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

const void ** rb_vm_get_insns_address_table (void)
 

Macro Definition Documentation

◆ DECL_SC_REG

#define DECL_SC_REG (   type,
  r,
  reg 
)    register type reg_##r

Definition at line 31 of file vm_exec.c.

Function Documentation

◆ rb_vm_get_insns_address_table()

const void** rb_vm_get_insns_address_table ( void  )

Definition at line 126 of file vm_exec.c.

Referenced by rb_vm_encoded_insn_data_table_init().