summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 946ab5bb85..ea57dc1282 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -38,8 +38,10 @@ static char yjit_counter_names[] = #__VA_ARGS__;
YJIT_DECLARE_COUNTERS(
exec_instruction,
- send_callsite_not_simple,
+ send_keywords,
send_kw_splat,
+ send_args_splat,
+ send_block_arg,
send_ivar_set_method,
send_zsuper_method,
send_undef_method,