Searched defs:MoveConstant (Results 1 – 6 of 6) sorted by relevance
1063 void CodeGeneratorARM64::MoveConstant(Location location, int32_t value) { in MoveConstant() function in art::arm64::CodeGeneratorARM641156 void CodeGeneratorARM64::MoveConstant(CPURegister destination, HConstant* constant) { in MoveConstant() function in art::arm64::CodeGeneratorARM64
911 void CodeGeneratorMIPS::MoveConstant(Location destination, HConstant* c) { in MoveConstant() function in art::mips::CodeGeneratorMIPS960 void CodeGeneratorMIPS::MoveConstant(Location destination, int32_t value) { in MoveConstant() function in art::mips::CodeGeneratorMIPS
860 void CodeGeneratorMIPS64::MoveConstant(Location location, int32_t value) { in MoveConstant() function in art::mips64::CodeGeneratorMIPS64
1167 void CodeGeneratorARM::MoveConstant(Location location, int32_t value) { in MoveConstant() function in art::arm::CodeGeneratorARM
1208 void CodeGeneratorX86_64::MoveConstant(Location location, int32_t value) { in MoveConstant() function in art::x86_64::CodeGeneratorX86_64
1098 void CodeGeneratorX86::MoveConstant(Location location, int32_t value) { in MoveConstant() function in art::x86::CodeGeneratorX86