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

/art/compiler/jit/
H A Djit_compiler.cc124 instruction_set_features_.reset(InstructionSetFeatures::FromVariant(
126 if (instruction_set_features_ == nullptr) {
132 if (instruction_set_features_.get() == nullptr) {
133 instruction_set_features_.reset(InstructionSetFeatures::FromVariant(
135 if (instruction_set_features_ == nullptr) {
139 instruction_set_features_.reset(
140 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg));
141 if (instruction_set_features_ == nullptr) {
146 if (instruction_set_features_ == nullptr) {
147 instruction_set_features_
[all...]
H A Djit_compiler.h54 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::jit::JitCompiler
/art/compiler/
H A Delf_writer_quick.cc59 instruction_set_features_(features),
67 instruction_set_features_,
79 const InstructionSetFeatures* instruction_set_features_; member in class:art::DebugInfoTask
115 const InstructionSetFeatures* instruction_set_features_; member in class:art::FINAL
152 instruction_set_features_(features),
227 instruction_set_features_,
H A Dcommon_compiler_test.h108 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::CommonCompilerTest
H A Dcommon_compiler_test.cc158 instruction_set_features_.reset(InstructionSetFeatures::FromCppDefines());
181 instruction_set_features_.get(),
H A Dimage_test.cc138 instruction_set_features_.get());
H A Doat_test.cc205 instruction_set_features_.get());
/art/dex2oat/
H A Ddex2oat.cc624 instruction_set_features_.reset(
627 if (instruction_set_features_.get() == nullptr) {
635 if (instruction_set_features_.get() == nullptr) {
636 instruction_set_features_.reset(
639 if (instruction_set_features_.get() == nullptr) {
644 instruction_set_features_.reset(
645 instruction_set_features_->AddFeaturesFromString(str.as_string(),
647 if (instruction_set_features_.get() == nullptr) {
811 if (instruction_set_features_.get() == nullptr) {
812 instruction_set_features_
2420 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::FINAL
[all...]
/art/compiler/linker/
H A Dmulti_oat_relative_patcher_test.cc113 : instruction_set_features_(InstructionSetFeatures::FromCppDefines()),
114 patcher_(kRuntimeISA, instruction_set_features_.get()) {
120 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_;
637 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
H A Dcompiler_driver.cc380 instruction_set_features_(instruction_set_features),

Completed in 102 milliseconds