summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-04-01 14:31:57 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:33 -0400
commit4ea2e753f65e1e7f4c62330abda256b3b56e72d4 (patch)
tree8b1d8270b7c62cc582eb71c1f6ccb915c67a1686 /yjit_iface.h
parent53ff2d791d5e2c303a61d5873bcd03007366be88 (diff)
YJIT: implement calls to ivar getter methods
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 b7af40cfd7..14992a0be8 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -26,7 +26,6 @@ YJIT_DECLARE_COUNTERS(
oswb_ic_empty,
oswb_invalid_cme,
oswb_ivar_set_method,
- oswb_ivar_get_method,
oswb_zsuper_method,
oswb_alias_method,
oswb_undef_method,
@@ -42,6 +41,7 @@ YJIT_DECLARE_COUNTERS(
oswb_iseq_argc_mismatch,
oswb_iseq_not_simple,
oswb_not_implemented_method,
+ oswb_getter_arity,
oswb_se_receiver_not_heap,
oswb_se_cf_overflow,
oswb_se_cc_klass_differ,
@@ -54,6 +54,8 @@ YJIT_DECLARE_COUNTERS(
getivar_se_self_not_heap,
getivar_idx_out_of_range,
getivar_undef,
+ getivar_name_not_mapped,
+ getivar_not_object,
oaref_argc_not_one,
oaref_arg_not_fixnum,