Searched refs:dst_type1 (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 201 const RegType& dst_type1, const RegType& dst_type2, in CheckUnaryOpWide() argument 204 SetRegisterTypeWide(verifier, inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpWide() 209 const RegType& dst_type1, const RegType& dst_type2, in CheckUnaryOpToWide() argument 212 SetRegisterTypeWide(verifier, inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpToWide() 247 const RegType& dst_type1, const RegType& dst_type2, in CheckBinaryOpWide() argument 252 SetRegisterTypeWide(verifier, inst->VRegA_23x(), dst_type1, dst_type2); in CheckBinaryOpWide() 287 const RegType& dst_type1, const RegType& dst_type2, in CheckBinaryOp2addrWide() argument 294 SetRegisterTypeWide(verifier, vregA, dst_type1, dst_type2); in CheckBinaryOp2addrWide()
|
D | register_line.h | 236 const RegType& dst_type1, 244 const RegType& dst_type1, 271 const RegType& dst_type1, 300 const RegType& dst_type1,
|