Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc37 const InstructionSetFeatures* features, in MultiOatRelativePatcher()
Drelative_patcher.cc39 const InstructionSetFeatures* features, in Create()
Delf_writer_quick.cc45 const InstructionSetFeatures* features, in DebugInfoTask()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc282 auto features = info.features; in FromCpuFeatures() local
340 const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc258 auto features = cpu_features::GetAarch64Info().features; in FromCpuFeatures() local
347 const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
Dinstruction_set_features_arm64_test.cc207 std::unique_ptr<const InstructionSetFeatures> features( in TEST() local
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h76 AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString()
/art/tools/checker/file_format/c1visualizer/
Dstruct.py29 def set_isa_features(self, features): argument
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc252 cpu_features::X86Features features = cpu_features::GetX86Info().features; in FromCpuFeatures() local
338 const std::vector<std::string>& features, bool x86_64, in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h100 AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString()
/art/runtime/arch/
Dinstruction_set_features.cc190 std::vector<std::string> features; in AddFeaturesFromString() local
Dinstruction_set_features_test.cc325 const std::unique_ptr<const InstructionSetFeatures> features = local
/art/compiler/jit/
Djit_compiler.cc132 const InstructionSetFeatures* features = compiler_options.GetInstructionSetFeatures(); in TypesLoaded() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc40 vixl::CPUFeatures* features = vixl_masm_->GetCPUFeatures(); in SetVIXLCPUFeaturesFromART() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc91 const Arm64InstructionSetFeatures* features) in Arm64RelativePatcher()
/art/compiler/debug/
Delf_debug_writer.cc150 const InstructionSetFeatures* features, in MakeMiniDebugInfo()
/art/compiler/optimizing/
Dcodegen_test.cc834 vixl::CPUFeatures* features = codegen.GetVIXLAssembler()->GetCPUFeatures(); in TEST_F() local
849 vixl::CPUFeatures* features = codegen.GetVIXLAssembler()->GetCPUFeatures(); in TEST_F() local
Doptimizing_compiler.cc444 const InstructionSetFeatures* features = compiler_options.GetInstructionSetFeatures(); in DumpInstructionSetFeaturesToCfg() local
1458 const InstructionSetFeatures* features = compiler_options.GetInstructionSetFeatures(); in GenerateJitDebugInfo() local
Dloop_optimization.cc1585 const InstructionSetFeatures* features = compiler_options_->GetInstructionSetFeatures(); in TrySetVectorType() local
/art/compiler/jni/quick/
Djni_compiler.cc64 ArenaAllocator* allocator, InstructionSet isa, const InstructionSetFeatures* features) { in GetMacroAssembler()
/art/runtime/native/
Ddalvik_system_VMDebug.cc55 static const char* features[] = { in VMDebug_getVmFeatureList() local
/art/oatdump/
Doatdump.cc142 std::unique_ptr<const InstructionSetFeatures> features = InstructionSetFeatures::FromBitmap( in Symbolize() local
431 std::unique_ptr<const InstructionSetFeatures> features( in Dump() local
/art/runtime/
Druntime.cc2867 std::unique_ptr<const InstructionSetFeatures> features( in AddCurrentRuntimeFeaturesAsDex2OatArguments() local