Searched refs:instruction_set_features_ (Results 1 - 13 of 13) sorted by relevance

/art/compiler/jit/
H A Djit_compiler.cc127 instruction_set_features_ = InstructionSetFeatures::FromVariant(
129 if (instruction_set_features_ == nullptr) {
135 if (instruction_set_features_ == nullptr) {
136 instruction_set_features_ = InstructionSetFeatures::FromVariant(
138 if (instruction_set_features_ == nullptr) {
142 instruction_set_features_ =
143 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg);
144 if (instruction_set_features_ == nullptr) {
149 if (instruction_set_features_ == nullptr) {
150 instruction_set_features_
[all...]
H A Djit_compiler.h53 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::jit::JitCompiler
/art/compiler/
H A Delf_writer_quick.cc60 instruction_set_features_(features),
68 instruction_set_features_,
80 const InstructionSetFeatures* instruction_set_features_; member in class:art::DebugInfoTask
118 const InstructionSetFeatures* instruction_set_features_; member in class:art::FINAL
157 instruction_set_features_(features),
240 instruction_set_features_,
H A Dcommon_compiler_test.h110 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::CommonCompilerTest
H A Dcommon_compiler_test.cc166 instruction_set_features_ = InstructionSetFeatures::FromCppDefines();
190 instruction_set_features_.get(),
H A Doat_test.cc215 instruction_set_features_.get());
/art/compiler/optimizing/
H A Dssa_liveness_analysis_test.cc38 instruction_set_features_ =
42 *instruction_set_features_,
65 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::SsaLivenessAnalysisTest
/art/dex2oat/
H A Ddex2oat.cc659 instruction_set_features_ = InstructionSetFeatures::FromVariant(
661 if (instruction_set_features_.get() == nullptr) {
669 if (instruction_set_features_ == nullptr) {
670 instruction_set_features_ = InstructionSetFeatures::FromVariant(
672 if (instruction_set_features_.get() == nullptr) {
677 instruction_set_features_ =
678 instruction_set_features_->AddFeaturesFromString(str.as_string(),
680 if (instruction_set_features_ == nullptr) {
855 if (instruction_set_features_.get() == nullptr) {
856 instruction_set_features_
2688 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::FINAL
[all...]
/art/compiler/linker/
H A Dmulti_oat_relative_patcher_test.cc119 : instruction_set_features_(InstructionSetFeatures::FromCppDefines()),
120 patcher_(kRuntimeISA, instruction_set_features_.get()) {
126 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::linker::MultiOatRelativePatcherTest
/art/compiler/driver/
H A Dcompiler_driver.h145 return instruction_set_features_;
466 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
H A Dcompiler_driver.cc288 instruction_set_features_(instruction_set_features),
/art/compiler/utils/mips/
H A Dassembler_mips32r6_test.cc42 instruction_set_features_(MipsInstructionSetFeatures::FromVariant("mips32r6", nullptr)) {
82 return new (arena) mips::MipsAssembler(arena, instruction_set_features_.get());
253 std::unique_ptr<const MipsInstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS32r6Test
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc50 : instruction_set_features_(Mips64InstructionSetFeatures::FromVariant("default", nullptr)) {}
85 return new (arena) mips64::Mips64Assembler(arena, instruction_set_features_.get());
324 std::unique_ptr<const Mips64InstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS64Test

Completed in 440 milliseconds