Home
last modified time | relevance | path

Searched refs:SetRegisterTypeWide (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc195 SetRegisterTypeWide(verifier, vdst, type_l, type_h); // also sets the high in CopyResultRegister2()
212 SetRegisterTypeWide(verifier, inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpWide()
220 SetRegisterTypeWide(verifier, inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpToWide()
258 SetRegisterTypeWide(verifier, inst->VRegA_23x(), dst_type1, dst_type2); in CheckBinaryOpWide()
267 SetRegisterTypeWide(verifier, inst->VRegA_23x(), long_lo_type, long_hi_type); in CheckBinaryOpWideShift()
298 SetRegisterTypeWide(verifier, vregA, dst_type1, dst_type2); in CheckBinaryOp2addrWide()
309 SetRegisterTypeWide(verifier, vregA, long_lo_type, long_hi_type); in CheckBinaryOp2addrWideShift()
Dregister_line-inl.h51 inline bool RegisterLine::SetRegisterTypeWide(MethodVerifier* verifier, uint32_t vdst, in SetRegisterTypeWide() function
113 SetRegisterTypeWide(verifier, vdst, type_l, type_h); in CopyRegister2()
Dregister_line.h90 bool SetRegisterTypeWide(MethodVerifier* verifier, uint32_t vdst, const RegType& new_type1,
Dmethod_verifier.cc1412 reg_line->SetRegisterTypeWide(this, arg_start + cur_arg, *lo_half, *hi_half); in SetTypesFromSignature()
1859 work_line_->SetRegisterTypeWide(this, inst->VRegA_21s(), lo, hi); in CodeFlowVerifyInstruction()
1866 work_line_->SetRegisterTypeWide(this, inst->VRegA_31i(), lo, hi); in CodeFlowVerifyInstruction()
1873 work_line_->SetRegisterTypeWide(this, inst->VRegA_51l(), lo, hi); in CodeFlowVerifyInstruction()
1880 work_line_->SetRegisterTypeWide(this, inst->VRegA_21h(), lo, hi); in CodeFlowVerifyInstruction()
3735 work_line_->SetRegisterTypeWide(this, inst->VRegA_23x(), in VerifyAGet()
3762 work_line_->SetRegisterTypeWide(this, inst->VRegA_23x(), component_type, in VerifyAGet()
4072 work_line_->SetRegisterTypeWide(this, vregA, *field_type, field_type->HighHalf(&reg_types_)); in VerifyISFieldAccess()
4220 work_line_->SetRegisterTypeWide(this, vregA, *field_type, field_type->HighHalf(&reg_types_)); in VerifyQuickFieldAccess()