Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h65 const RegType& new_type1, in SetRegisterTypeWide() argument
68 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()
70 << new_type1 << "' '" << new_type2 << "'"; in SetRegisterTypeWide()
73 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()
94 inline void RegisterLine::SetResultRegisterTypeWide(const RegType& new_type1, in SetResultRegisterTypeWide() argument
96 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()
97 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
Dregister_line.h109 const RegType& new_type1,
117 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)