summaryrefslogtreecommitdiff
path: root/yjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.c')
-rw-r--r--yjit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit.c b/yjit.c
index cef7492e34..33517ca36d 100644
--- a/yjit.c
+++ b/yjit.c
@@ -69,6 +69,9 @@ YJIT_DECLARE_COUNTERS(
send_zsuper_method,
send_undef_method,
send_optimized_method,
+ send_optimized_method_send,
+ send_optimized_method_call,
+ send_optimized_method_block_call,
send_missing_method,
send_bmethod,
send_refined_method,