Lines Matching refs:vregC
566 uint32_t vregC) REQUIRES_SHARED(Locks::mutator_lock_);
1536 uint32_t vregC) { in DoCallCommon() argument
1588 uint32_t string_init_vreg_this = is_range ? vregC : arg[0]; in DoCallCommon()
1606 vregC++; // Skips the 0th vreg in the range ("this"). in DoCallCommon()
1649 size_t receiver_reg = is_range ? vregC : arg[0]; in DoCallCommon()
1660 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCallCommon()
1718 vregC, in DoCallCommon()
1749 uint32_t vregC = 0; in DoCall() local
1751 vregC = inst->VRegC_3rc(); in DoCall()
1753 vregC = inst->VRegC_35c(); in DoCall()
1759 result, number_of_inputs, arg, vregC); in DoCall()
1813 uint32_t vregC = 0; // only used in filled-new-array-range. in DoFilledNewArray() local
1815 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
1820 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()