Lines Matching refs:is_range
523 template<bool is_range, bool do_assignability_check>
528 const uint16_t num_ins = (is_range) ? inst->VRegA_3rc(inst_data) : inst->VRegA_35c(inst_data); in DoCall()
563 if (is_range) { in DoCall()
573 size_t receiver_reg = is_range ? vregC : arg[0]; in DoCall()
580 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCall()
622 if (is_range) { in DoCall()
660 template <bool is_range, bool do_access_check, bool transaction_active>
665 const int32_t length = is_range ? inst->VRegA_3rc() : inst->VRegA_35c(); in DoFilledNewArray()
666 if (!is_range) { in DoFilledNewArray()
674 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
703 if (is_range) { in DoFilledNewArray()
710 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()