Home
last modified time | relevance | path

Searched refs:new_type2 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dregister_line-inl.h66 const RegType& new_type2) { in SetRegisterTypeWide() argument
68 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()
70 << new_type1 << "' '" << new_type2 << "'"; in SetRegisterTypeWide()
74 line_[vdst + 1] = new_type2.GetId(); in SetRegisterTypeWide()
95 const RegType& new_type2) { in SetResultRegisterTypeWide() argument
96 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()
98 result_[1] = new_type2.GetId(); in SetResultRegisterTypeWide()
Dregister_line.h110 const RegType& new_type2)
117 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)