Lines Matching refs:vregC
242 uint32_t vregC,
1192 uint32_t vregC, in DoCallCommon() argument
1231 uint32_t string_init_vreg_this = is_range ? vregC : arg[0]; in DoCallCommon()
1249 vregC++; // Skips the 0th vreg in the range ("this"). in DoCallCommon()
1291 size_t receiver_reg = is_range ? vregC : arg[0]; in DoCallCommon()
1302 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCallCommon()
1360 vregC, in DoCallCommon()
1397 uint32_t vregC = 0; in DoCall() local
1399 vregC = inst->VRegC_3rc(); in DoCall()
1401 vregC = inst->VRegC_35c(); in DoCall()
1412 vregC, in DoCall()
1468 uint32_t vregC = 0; // only used in filled-new-array-range. in DoFilledNewArray() local
1470 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
1475 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()