Lines Matching refs:is_range
128 template<bool is_range, bool do_assignability_check>
227 template<InvokeType type, bool is_range, bool do_access_check, bool is_mterp>
240 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()
241 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke()
285 if (is_mterp && !is_range && called_method->IsIntrinsic()) { in DoInvoke()
321 (is_range) ? inst->VRegA_3rc(inst_data) : inst->VRegA_35c(inst_data); in DoInvoke()
341 if (is_range) { in DoInvoke()
383 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvoke()
415 template<bool is_range>
431 template<bool is_range>
438 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeCustom()
439 if (is_range) { in DoInvokeCustom()
728 template <bool is_range, bool do_access_check, bool transaction_active>