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