Searched refs:dst_type (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 284 RegType& dst_type, in CheckUnaryOp() argument 287 SetRegisterType(inst->VRegA_12x(), dst_type); in CheckUnaryOp() 308 RegType& dst_type, in CheckUnaryOpFromWide() argument 311 SetRegisterType(inst->VRegA_12x(), dst_type); in CheckUnaryOpFromWide() 316 RegType& dst_type, in CheckBinaryOp() argument 324 DCHECK(dst_type.IsInteger()); in CheckBinaryOp() 331 SetRegisterType(inst->VRegA_23x(), dst_type); in CheckBinaryOp() 355 RegType& dst_type, RegType& src_type1, in CheckBinaryOp2addr() argument 362 DCHECK(dst_type.IsInteger()); in CheckBinaryOp2addr() 369 SetRegisterType(vregA, dst_type); in CheckBinaryOp2addr() [all …]
|
D | register_line.h | 183 void CheckUnaryOp(const Instruction* inst, RegType& dst_type, 198 RegType& dst_type, 208 RegType& dst_type, RegType& src_type1, RegType& src_type2, 228 RegType& dst_type, 251 RegType& dst_type, RegType& src_type,
|