Searched defs:constant (Results 1 – 9 of 9) sorted by relevance
471 HIntConstant* constant = GetIntConstant(instruction.VRegB_11n()); in AnalyzeDexInstruction() local478 HIntConstant* constant = GetIntConstant(instruction.VRegB_21s()); in AnalyzeDexInstruction() local485 HIntConstant* constant = GetIntConstant(instruction.VRegB_31i()); in AnalyzeDexInstruction() local492 HIntConstant* constant = GetIntConstant(instruction.VRegB_21h() << 16); in AnalyzeDexInstruction() local503 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction() local514 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction() local521 HLongConstant* constant = GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction() local529 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction() local777 HIntConstant* HGraphBuilder::GetIntConstant(int32_t constant) { in GetIntConstant()789 HLongConstant* HGraphBuilder::GetLongConstant(int64_t constant) { in GetLongConstant()
579 void LocationsBuilderX86_64::VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()585 void InstructionCodeGeneratorX86_64::VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()588 void LocationsBuilderX86_64::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()594 void InstructionCodeGeneratorX86_64::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()1373 HConstant* constant = source.GetConstant(); in EmitMove() local
79 static Location ConstantLocation(HConstant* constant) { in ConstantLocation()
51 virtual void VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()
722 void LocationsBuilderARM::VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()728 void InstructionCodeGeneratorARM::VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()731 void LocationsBuilderARM::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()737 void InstructionCodeGeneratorARM::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
667 void LocationsBuilderX86::VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()673 void InstructionCodeGeneratorX86::VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()676 void LocationsBuilderX86::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()682 void InstructionCodeGeneratorX86::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
531 ConstantType::ConstantType(uint32_t constant, uint16_t cache_id) in ConstantType()
1262 int64_t constant = bit_cast<int64_t, double>(value); in LoadDoubleConstant() local
1458 int64_t constant = bit_cast<int64_t, double>(value); in LoadDoubleConstant() local