rb_call_cache 1628 compile.c iseq->body->cc_entries = ZALLOC_N(struct rb_call_cache, iseq->body->ci_size + iseq->body->ci_kw_size); rb_call_cache 1753 compile.c struct rb_call_cache *cc = &iseq->body->cc_entries[ISEQ_COMPILE_DATA(iseq)->ci_index + ISEQ_COMPILE_DATA(iseq)->ci_kw_index - 1]; rb_call_cache 7274 compile.c struct rb_call_cache *cc_entries = iseq->body->cc_entries; rb_call_cache 7617 compile.c load_body->cc_entries = ZALLOC_N(struct rb_call_cache, body->ci_size + body->ci_kw_size); rb_call_cache 179 iseq.c size += body->ci_size * sizeof(struct rb_call_cache); rb_call_cache 180 iseq.c size += body->ci_kw_size * sizeof(struct rb_call_cache); rb_call_cache 233 vm_core.h struct rb_call_cache; rb_call_cache 378 vm_core.h struct rb_call_cache *cc_entries; /* size is ci_size = ci_kw_size */ rb_call_cache 935 vm_core.h typedef struct rb_call_cache *CALL_CACHE; rb_call_cache 49 vm_eval.c struct rb_call_cache cc_entry; rb_call_cache 1205 vm_insnhelper.c struct rb_call_cache cc; rb_call_cache 1802 vm_insnhelper.c struct rb_call_cache cc_entry, *cc; rb_call_cache 1878 vm_insnhelper.c struct rb_call_cache cc_entry, *cc; rb_call_cache 2173 vm_insnhelper.c struct rb_call_cache cc_entry;