Searched refs:vregC (Results 1 – 3 of 3) sorted by relevance
109 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke() local110 Object* receiver = (type == kStatic) ? nullptr : shadow_frame.GetVRegReference(vregC); in DoInvoke()134 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvokeVirtualQuick() local135 Object* const receiver = shadow_frame.GetVRegReference(vregC); in DoInvokeVirtualQuick()
562 uint32_t vregC; // only used in invoke-XXX-range. in DoCall() local564 vregC = inst->VRegC_3rc(); in DoCall()573 size_t receiver_reg = is_range ? vregC : arg[0]; in DoCall()580 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset]; in DoCall()702 uint32_t vregC; // only used in filled-new-array-range. in DoFilledNewArray() local704 vregC = inst->VRegC_3rc(); in DoFilledNewArray()710 size_t src_reg = is_range ? vregC + i : arg[i]; in DoFilledNewArray()
320 const uint32_t vregC = inst->VRegC_23x(); in CheckBinaryOp() local322 VerifyRegisterType(vregC, src_type2)) { in CheckBinaryOp()326 GetRegisterType(vregC).IsBooleanTypes()) { in CheckBinaryOp()