summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-03-11 11:25:19 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:32 -0400
commitdb53decad6db5eedf9d9090e14f7d2216549f9d0 (patch)
tree12c6c6c2b30f0c0c189bc39ef0ddc61a573f4721 /yjit_iface.h
parentc04e5188d582a3921f44594e88b29ae96abd82a4 (diff)
Exit reason breakdown for opt_aref
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 5a5ba1c448..a0fc4b72ed 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -51,6 +51,11 @@ YJIT_DECLARE_COUNTERS(
getivar_idx_out_of_range,
getivar_undef,
+ oaref_filled_cc,
+ oaref_argc_not_one,
+ oaref_not_array,
+ oaref_arg_not_fixnum,
+
// Member with known name for iterating over counters
last_member
)