summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index 56aa0b4081..5fc83c3896 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -193,9 +193,10 @@ make_counters! {
send_getter_arity,
send_se_cf_overflow,
send_se_protected_check_failed,
- send_splatarray_rhs_too_small,
+ send_splatarray_length_not_equal,
send_splat_not_array,
- send_args_splat_variadic,
+ send_args_splat_non_iseq,
+ send_args_splat_cfunc,
send_iseq_ruby2_keywords,
traced_cfunc_return,