summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-02-09 16:25:06 -0800
committerTakashi Kokubun <[email protected]>2023-03-05 22:41:35 -0800
commit494989e87e5095a2789c110972c0a1a43f544601 (patch)
treee7cdcb2e62211e0f1d0cb4e7fc0b113a3485074c /mjit_c.h
parente8c13e55fb84ae55299f4d97cd3f9042e07dc4cf (diff)
Partially implement send of cfunc
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mjit_c.h b/mjit_c.h
index 8392cf2ad5..8aa91250d8 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -128,6 +128,12 @@ MJIT_RUNTIME_COUNTERS(
send_stackoverflow,
send_arity,
+ send_iseq_not_simple,
+ send_iseq_kw_splat,
+
+ send_cfunc_variadic,
+ send_cfunc_too_many_args,
+
send_ivar,
send_ivar_splat,
send_ivar_opt_send,