Searched refs:GetInstructionSetFeatures (Results 1 – 8 of 8) sorted by relevance
69 InstructionSetFeatures GetInstructionSetFeatures() { in GetInstructionSetFeatures() function70 return compiler_driver->GetInstructionSetFeatures(); in GetInstructionSetFeatures()
97 const InstructionSetFeatures& GetInstructionSetFeatures() const;
152 const InstructionSetFeatures& OatHeader::GetInstructionSetFeatures() const { in GetInstructionSetFeatures() function in art::OatHeader
974 !cu_->compiler_driver->GetInstructionSetFeatures().HasLpae())) { in LoadBaseDisp()1097 !cu_->compiler_driver->GetInstructionSetFeatures().HasLpae())) { in StoreBaseDisp()
138 InstructionSetFeatures GetInstructionSetFeatures() const { in GetInstructionSetFeatures() function
1527 if (cu_->GetInstructionSetFeatures().HasDivideInstruction()) { in GenArithOpInt()1796 if (cu_->GetInstructionSetFeatures().HasDivideInstruction()) { in GenArithOpIntLit()
744 compiler_driver_->GetInstructionSetFeatures(), in InitOatHeader()
176 os << oat_header.GetInstructionSetFeatures().GetFeatureString() << "\n\n"; in Dump()