/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.cc | 37 const InstructionSetFeatures* features, in MultiOatRelativePatcher()
|
D | relative_patcher.cc | 39 const InstructionSetFeatures* features, in Create()
|
D | elf_writer_quick.cc | 45 const InstructionSetFeatures* features, in DebugInfoTask()
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.cc | 282 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/ |
D | instruction_set_features_arm64.cc | 258 auto features = cpu_features::GetAarch64Info().features; in FromCpuFeatures() local 347 const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
|
D | instruction_set_features_arm64_test.cc | 207 std::unique_ptr<const InstructionSetFeatures> features( in TEST() local
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 76 AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString()
|
/art/tools/checker/file_format/c1visualizer/ |
D | struct.py | 29 def set_isa_features(self, features): argument
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 252 cpu_features::X86Features features = cpu_features::GetX86Info().features; in FromCpuFeatures() local 338 const std::vector<std::string>& features, bool x86_64, in AddFeaturesFromSplitString()
|
D | instruction_set_features_x86.h | 100 AddFeaturesFromSplitString(const std::vector<std::string>& features, in AddFeaturesFromSplitString()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 190 std::vector<std::string> features; in AddFeaturesFromString() local
|
D | instruction_set_features_test.cc | 325 const std::unique_ptr<const InstructionSetFeatures> features = local
|
/art/compiler/jit/ |
D | jit_compiler.cc | 132 const InstructionSetFeatures* features = compiler_options.GetInstructionSetFeatures(); in TypesLoaded() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 40 vixl::CPUFeatures* features = vixl_masm_->GetCPUFeatures(); in SetVIXLCPUFeaturesFromART() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 91 const Arm64InstructionSetFeatures* features) in Arm64RelativePatcher()
|
/art/compiler/debug/ |
D | elf_debug_writer.cc | 150 const InstructionSetFeatures* features, in MakeMiniDebugInfo()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 834 vixl::CPUFeatures* features = codegen.GetVIXLAssembler()->GetCPUFeatures(); in TEST_F() local 849 vixl::CPUFeatures* features = codegen.GetVIXLAssembler()->GetCPUFeatures(); in TEST_F() local
|
D | optimizing_compiler.cc | 444 const InstructionSetFeatures* features = compiler_options.GetInstructionSetFeatures(); in DumpInstructionSetFeaturesToCfg() local 1458 const InstructionSetFeatures* features = compiler_options.GetInstructionSetFeatures(); in GenerateJitDebugInfo() local
|
D | loop_optimization.cc | 1585 const InstructionSetFeatures* features = compiler_options_->GetInstructionSetFeatures(); in TrySetVectorType() local
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 64 ArenaAllocator* allocator, InstructionSet isa, const InstructionSetFeatures* features) { in GetMacroAssembler()
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 55 static const char* features[] = { in VMDebug_getVmFeatureList() local
|
/art/oatdump/ |
D | oatdump.cc | 142 std::unique_ptr<const InstructionSetFeatures> features = InstructionSetFeatures::FromBitmap( in Symbolize() local 431 std::unique_ptr<const InstructionSetFeatures> features( in Dump() local
|
/art/runtime/ |
D | runtime.cc | 2867 std::unique_ptr<const InstructionSetFeatures> features( in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
|