1#ifndef INTERNAL_COMPILE_H
2#define INTERNAL_COMPILE_H
11#include "ruby/internal/config.h"
20const char *rb_insns_name(
int i);
21VALUE rb_insns_name_array(
void);
22int rb_iseq_cdhash_cmp(VALUE val, VALUE lit);
23st_index_t rb_iseq_cdhash_hash(VALUE a);
26int rb_vm_insn_addr2insn(
const void *);
27int rb_vm_insn_decode(
const VALUE encoded);
28extern bool ruby_vm_keep_script_lines;
30MJIT_SYMBOL_EXPORT_BEGIN
32rb_event_flag_t rb_iseq_event_flags(
const struct rb_iseq_struct *iseq,
size_t pos);