Searched refs:type_l (Results 1 – 1 of 1) sorted by relevance
240 const RegType& type_l = GetRegisterType(vsrc); in CopyRegister2() local243 if (!type_l.CheckWidePair(type_h)) { in CopyRegister2()245 << " type=" << type_l << "/" << type_h; in CopyRegister2()247 SetRegisterTypeWide(vdst, type_l, type_h); in CopyRegister2()269 const RegType& type_l = verifier_->GetRegTypeCache()->GetFromId(result_[0]); in CopyResultRegister2() local271 if (!type_l.IsCategory2Types()) { in CopyResultRegister2()273 << "copyRes2 v" << vdst << "<- result0" << " type=" << type_l; in CopyResultRegister2()275 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case in CopyResultRegister2()276 SetRegisterTypeWide(vdst, type_l, type_h); // also sets the high in CopyResultRegister2()