Searched refs:dst_type2 (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 206 const RegType& dst_type1, const RegType& dst_type2, in CheckUnaryOpWide() argument 209 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpWide() 214 const RegType& dst_type1, const RegType& dst_type2, in CheckUnaryOpToWide() argument 217 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpToWide() 250 const RegType& dst_type1, const RegType& dst_type2, in CheckBinaryOpWide() argument 255 SetRegisterTypeWide(inst->VRegA_23x(), dst_type1, dst_type2); in CheckBinaryOpWide() 288 const RegType& dst_type1, const RegType& dst_type2, in CheckBinaryOp2addrWide() argument 295 SetRegisterTypeWide(vregA, dst_type1, dst_type2); in CheckBinaryOp2addrWide()
|
D | register_line.h | 247 const RegType& dst_type2, 255 const RegType& dst_type2, 282 const RegType& dst_type2, 311 const RegType& dst_type2,
|