Searched defs:dst_type (Results 1 – 6 of 6) sorted by relevance
| /art/runtime/verifier/ |
| D | register_line.cc | 194 const RegType& dst_type, const RegType& src_type) { in CheckUnaryOp() 217 const RegType& dst_type, in CheckUnaryOpFromWide() 225 const RegType& dst_type, in CheckBinaryOp() 266 const RegType& dst_type, const RegType& src_type1, in CheckBinaryOp2addr() 310 const RegType& dst_type, const RegType& src_type, in CheckLiteralOp()
|
| /art/compiler/optimizing/ |
| D | code_generator_mips64.cc | 633 Primitive::Type dst_type) { in MoveLocation()
|
| D | code_generator_arm64.cc | 1185 Primitive::Type dst_type) { in MoveLocation()
|
| D | code_generator_mips.cc | 807 void CodeGeneratorMIPS::MoveLocation(Location dst, Location src, Primitive::Type dst_type) { in MoveLocation()
|
| D | code_generator_arm.cc | 1172 void CodeGeneratorARM::MoveLocation(Location dst, Location src, Primitive::Type dst_type) { in MoveLocation()
|
| D | code_generator_x86.cc | 1103 void CodeGeneratorX86::MoveLocation(Location dst, Location src, Primitive::Type dst_type) { in MoveLocation()
|