1 #ifndef INTERNAL_COMPILE_H
2 #define INTERNAL_COMPILE_H
11 #include "ruby/internal/config.h"
20 const char *rb_insns_name(
int i);
21 VALUE rb_insns_name_array(
void);
23 st_index_t rb_iseq_cdhash_hash(
VALUE a);
26 int rb_vm_insn_addr2insn(
const void *);
27 int rb_vm_insn_decode(
const VALUE encoded);
28 extern bool ruby_vm_keep_script_lines;
30 MJIT_SYMBOL_EXPORT_BEGIN
33 MJIT_SYMBOL_EXPORT_END
uint32_t rb_event_flag_t
Represents event(s).
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.