Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.cc55 bool RegisterLine::SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1, in SetRegisterTypeWide() argument
58 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()
60 << new_type1 << "' '" << new_type2 << "'"; in SetRegisterTypeWide()
63 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()
84 void RegisterLine::SetResultRegisterTypeWide(const RegType& new_type1, in SetResultRegisterTypeWide() argument
86 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()
87 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
Dregister_line.h90 bool SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1, const RegType& new_type2)
97 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)