HomeSort by relevance Sort by last modified time
    Searched refs:new_type2 (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
register_line.cc 56 const RegType& new_type2) {
58 if (!new_type1.CheckWidePair(new_type2)) {
60 << new_type1 << "' '" << new_type2 << "'"; local
64 line_[vdst + 1] = new_type2.GetId();
85 const RegType& new_type2) {
86 DCHECK(new_type1.CheckWidePair(new_type2));
88 result_[1] = new_type2.GetId();
register_line.h 90 bool SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1, const RegType& new_type2)
97 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)

Completed in 68 milliseconds