Lines Matching refs:vregC
227 uint32_t vregC,
1227 uint32_t vregC, in DoCallCommon() argument
1266 uint32_t string_init_vreg_this = is_range ? vregC : arg[0]; in DoCallCommon()
1284 vregC++; // Skips the 0th vreg in the range ("this"). in DoCallCommon()
1326 size_t receiver_reg = is_range ? vregC : arg[0]; in DoCallCommon()
1337 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCallCommon()
1395 vregC, in DoCallCommon()
1432 uint32_t vregC = 0; in DoCall() local
1434 vregC = inst->VRegC_3rc(); in DoCall()
1436 vregC = inst->VRegC_35c(); in DoCall()
1447 vregC, in DoCall()
1503 uint32_t vregC = 0; // only used in filled-new-array-range. in DoFilledNewArray() local
1505 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
1514 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()
1522 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()