summaryrefslogtreecommitdiff
path: root/rjit_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'rjit_c.h')
-rw-r--r--rjit_c.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rjit_c.h b/rjit_c.h
index 4039227480..619a6e05dc 100644
--- a/rjit_c.h
+++ b/rjit_c.h
@@ -22,6 +22,11 @@ RJIT_RUNTIME_COUNTERS(
send_args_splat_kw_splat,
send_args_splat,
+ send_args_splat_not_array,
+ send_args_splat_length_not_equal,
+ send_args_splat_opt_num,
+ send_args_splat_arity_error,
+ send_args_splat_ruby2_hash,
send_kw_splat,
send_kwarg,
send_klass_megamorphic,