Home | History | Annotate | Download | only in interpreter

Lines Matching refs:is_range

493 template <bool is_range,
567 template <bool is_range,
612 uint32_t string_init_vreg_this = is_range ? vregC : arg[0];
672 size_t receiver_reg = is_range ? vregC : arg[0];
683 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset];
732 if (is_range) {
772 template<bool is_range, bool do_assignability_check>
785 if (is_range) {
795 return DoCallCommon<is_range, do_assignability_check>(
800 template<bool is_range, bool do_assignability_check>
805 (is_range) ? inst->VRegA_3rc(inst_data) : inst->VRegA_35c(inst_data);
811 if (is_range) {
818 return DoCallCommon<is_range, do_assignability_check>(
823 template <bool is_range, bool do_access_check, bool transaction_active>
828 const int32_t length = is_range ? inst->VRegA_3rc() : inst->VRegA_35c();
829 if (!is_range) {
837 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c();
867 if (is_range) {
873 size_t src_reg = is_range ? vregC + i : arg[i];