Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc202 const RegType& dst_type, const RegType& src_type) { in CheckUnaryOp() argument
204 SetRegisterType(verifier, inst->VRegA_12x(), dst_type); in CheckUnaryOp()
225 const RegType& dst_type, in CheckUnaryOpFromWide() argument
228 SetRegisterType(verifier, inst->VRegA_12x(), dst_type); in CheckUnaryOpFromWide()
233 const RegType& dst_type, in CheckBinaryOp() argument
241 DCHECK(dst_type.IsInteger()); in CheckBinaryOp()
248 SetRegisterType(verifier, inst->VRegA_23x(), dst_type); in CheckBinaryOp()
272 const RegType& dst_type, const RegType& src_type1, in CheckBinaryOp2addr() argument
279 DCHECK(dst_type.IsInteger()); in CheckBinaryOp2addr()
286 SetRegisterType(verifier, vregA, dst_type); in CheckBinaryOp2addr()
[all …]
Dregister_line.h200 void CheckUnaryOp(MethodVerifier* verifier, const Instruction* inst, const RegType& dst_type,
215 const RegType& dst_type,
225 const RegType& dst_type, const RegType& src_type1, const RegType& src_type2,
245 const RegType& dst_type,
268 const RegType& dst_type, const RegType& src_type,