Lines Matching refs:is_range
480 template<bool is_range, bool do_assignability_check>
494 const uint16_t num_ins = (is_range) ? inst->VRegA_3rc(inst_data) : inst->VRegA_35c(inst_data); in DoCall()
534 if (is_range) { in DoCall()
544 size_t receiver_reg = is_range ? vregC : arg[0]; in DoCall()
555 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCall()
596 if (is_range) { in DoCall()
660 uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoCall()
692 template <bool is_range, bool do_access_check, bool transaction_active>
697 const int32_t length = is_range ? inst->VRegA_3rc() : inst->VRegA_35c(); in DoFilledNewArray()
698 if (!is_range) { in DoFilledNewArray()
706 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
736 if (is_range) { in DoFilledNewArray()
742 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()