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

  /art/runtime/verifier/
register_line-inl.h 119 const RegType& type_l = GetRegisterType(verifier, vsrc); local
122 if (!type_l.CheckWidePair(type_h)) {
124 << " type=" << type_l << "/" << type_h;
126 SetRegisterTypeWide(verifier, vdst, type_l, type_h);
register_line.cc 183 const RegType& type_l = verifier->GetRegTypeCache()->GetFromId(result_[0]); local
185 if (!type_l.IsCategory2Types()) {
187 << "copyRes2 v" << vdst << "<- result0" << " type=" << type_l; local
189 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case
190 SetRegisterTypeWide(verifier, vdst, type_l, type_h); // also sets the high

Completed in 320 milliseconds