Home
last modified time | relevance | path

Searched defs:features (Results 1 – 16 of 16) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm.h37 const ArmInstructionSetFeatures& features) in IntrinsicLocationsBuilderARM()
Dintrinsics_arm.cc561 const ArmInstructionSetFeatures& features, in CreateIntIntIntIntToVoid()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h70 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h66 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.cc255 const bool smp, const std::vector<std::string>& features, bool x86_64, in AddFeaturesFromSplitString()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc103 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
/art/compiler/linker/
Drelative_patcher.cc29 InstructionSet instruction_set, const InstructionSetFeatures* features, in Create()
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc134 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
/art/runtime/arch/
Dinstruction_set_features.cc218 std::vector<std::string> features; in AddFeaturesFromString() local
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc204 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc268 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc31 const Arm64InstructionSetFeatures* features) in Arm64RelativePatcher()
/art/runtime/native/
Ddalvik_system_VMDebug.cc46 static const char* features[] = { in VMDebug_getVmFeatureList() local
/art/runtime/
Druntime.cc1688 std::unique_ptr<const InstructionSetFeatures> features(InstructionSetFeatures::FromCppDefines()); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
/art/compiler/
Doat_writer.cc111 const InstructionSetFeatures* features = compiler_driver_->GetInstructionSetFeatures(); in OatWriter() local
/art/oatdump/
Doatdump.cc384 std::unique_ptr<const InstructionSetFeatures> features( in Dump() local