Home | History | Annotate | Download | only in interpreter

Lines Matching refs:vregC

503                                 uint32_t vregC) ALWAYS_INLINE;
576 uint32_t vregC) {
612 uint32_t string_init_vreg_this = is_range ? vregC : arg[0];
630 vregC++; // Skips the 0th vreg in the range ("this").
672 size_t receiver_reg = is_range ? vregC : arg[0];
683 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset];
734 uint16_t first_src_reg = vregC;
784 uint32_t vregC = 0; // only used in invoke-XXX-range.
786 vregC = inst->VRegC_3rc();
797 result, number_of_inputs, arg, vregC);
810 uint32_t vregC = 0;
812 vregC = inst->VRegC_3rc();
814 vregC = inst->VRegC_35c();
820 result, number_of_inputs, arg, vregC);
866 uint32_t vregC = 0; // only used in filled-new-array-range.
868 vregC = inst->VRegC_3rc();
873 size_t src_reg = is_range ? vregC + i : arg[i];