Searched defs:features (Results 1 – 16 of 16) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm.h | 37 const ArmInstructionSetFeatures& features) in IntrinsicLocationsBuilderARM()
|
D | intrinsics_arm.cc | 561 const ArmInstructionSetFeatures& features, in CreateIntIntIntIntToVoid()
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 70 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString()
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.h | 66 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString()
|
D | instruction_set_features_x86.cc | 255 const bool smp, const std::vector<std::string>& features, bool x86_64, in AddFeaturesFromSplitString()
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 103 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
|
/art/compiler/linker/ |
D | relative_patcher.cc | 29 InstructionSet instruction_set, const InstructionSetFeatures* features, in Create()
|
/art/runtime/arch/arm64/ |
D | instruction_set_features_arm64.cc | 134 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 218 std::vector<std::string> features; in AddFeaturesFromString() local
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips.cc | 204 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.cc | 268 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 31 const Arm64InstructionSetFeatures* features) in Arm64RelativePatcher()
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 46 static const char* features[] = { in VMDebug_getVmFeatureList() local
|
/art/runtime/ |
D | runtime.cc | 1688 std::unique_ptr<const InstructionSetFeatures> features(InstructionSetFeatures::FromCppDefines()); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
|
/art/compiler/ |
D | oat_writer.cc | 111 const InstructionSetFeatures* features = compiler_driver_->GetInstructionSetFeatures(); in OatWriter() local
|
/art/oatdump/ |
D | oatdump.cc | 384 std::unique_ptr<const InstructionSetFeatures> features( in Dump() local
|