Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h67 const RegType& new_type1, in SetRegisterTypeWide() argument
70 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()
72 << new_type1 << "' '" << new_type2 << "'"; in SetRegisterTypeWide()
75 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()
96 inline void RegisterLine::SetResultRegisterTypeWide(const RegType& new_type1, in SetResultRegisterTypeWide() argument
98 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()
99 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
Dregister_line.h122 const RegType& new_type1,
130 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)