Home
last modified time | relevance | path

Searched defs:constant (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc471 HIntConstant* constant = GetIntConstant(instruction.VRegB_11n()); in AnalyzeDexInstruction() local
478 HIntConstant* constant = GetIntConstant(instruction.VRegB_21s()); in AnalyzeDexInstruction() local
485 HIntConstant* constant = GetIntConstant(instruction.VRegB_31i()); in AnalyzeDexInstruction() local
492 HIntConstant* constant = GetIntConstant(instruction.VRegB_21h() << 16); in AnalyzeDexInstruction() local
503 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction() local
514 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction() local
521 HLongConstant* constant = GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction() local
529 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction() local
777 HIntConstant* HGraphBuilder::GetIntConstant(int32_t constant) { in GetIntConstant()
789 HLongConstant* HGraphBuilder::GetLongConstant(int64_t constant) { in GetLongConstant()
Dcode_generator_x86_64.cc579 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
Dlocations.h79 static Location ConstantLocation(HConstant* constant) { in ConstantLocation()
Dssa_test.cc51 virtual void VisitIntConstant(HIntConstant* constant) { in VisitIntConstant()
Dcode_generator_arm.cc722 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()
Dcode_generator_x86.cc667 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()
/art/runtime/verifier/
Dreg_type.cc531 ConstantType::ConstantType(uint32_t constant, uint16_t cache_id) in ConstantType()
/art/compiler/utils/x86/
Dassembler_x86.cc1262 int64_t constant = bit_cast<int64_t, double>(value); in LoadDoubleConstant() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1458 int64_t constant = bit_cast<int64_t, double>(value); in LoadDoubleConstant() local