HomeSort by relevance Sort by last modified time
    Searched refs:instruction_set_features_ (Results 1 - 14 of 14) sorted by null

  /art/compiler/jit/
jit_compiler.cc 113 instruction_set_features_ = InstructionSetFeatures::FromVariant(
115 if (instruction_set_features_ == nullptr) {
121 if (instruction_set_features_ == nullptr) {
122 instruction_set_features_ = InstructionSetFeatures::FromVariant(
124 if (instruction_set_features_ == nullptr) {
128 instruction_set_features_ =
129 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg);
130 if (instruction_set_features_ == nullptr) {
135 if (instruction_set_features_ == nullptr) {
136 instruction_set_features_ = InstructionSetFeatures::FromCppDefines()
    [all...]
jit_compiler.h 52 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::jit::JitCompiler
  /art/dex2oat/linker/
elf_writer_quick.cc 63 instruction_set_features_(features),
73 instruction_set_features_,
87 const InstructionSetFeatures* instruction_set_features_; member in class:art::linker::DebugInfoTask
129 const InstructionSetFeatures* instruction_set_features_; member in class:art::linker::FINAL
169 instruction_set_features_(features),
258 instruction_set_features_,
multi_oat_relative_patcher_test.cc 124 : instruction_set_features_(InstructionSetFeatures::FromCppDefines()),
125 patcher_(kRuntimeISA, instruction_set_features_.get()) {
131 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::linker::MultiOatRelativePatcherTest
oat_writer_test.cc 216 instruction_set_features_.get());
    [all...]
  /art/compiler/
common_compiler_test.h 109 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::CommonCompilerTest
common_compiler_test.cc 168 instruction_set_features_ = InstructionSetFeatures::FromCppDefines();
191 instruction_set_features_.get(),
  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 37 instruction_set_features_ =
41 *instruction_set_features_,
62 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::SsaLivenessAnalysisTest
  /art/dex2oat/
dex2oat.cc 706 instruction_set_features_ = InstructionSetFeatures::FromVariant(
708 if (instruction_set_features_.get() == nullptr) {
714 if (instruction_set_features_ == nullptr) {
715 instruction_set_features_ = InstructionSetFeatures::FromVariant(
717 if (instruction_set_features_.get() == nullptr) {
722 instruction_set_features_ =
723 instruction_set_features_->AddFeaturesFromString(option, &parser_options->error_msg);
724 if (instruction_set_features_ == nullptr) {
2860 std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; member in class:art::FINAL
    [all...]
  /art/compiler/driver/
compiler_driver.h 138 return instruction_set_features_;
475 const InstructionSetFeatures* const instruction_set_features_; member in class:art::CompilerDriver
compiler_driver.cc 278 instruction_set_features_(instruction_set_features),
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r5_test.cc 49 instruction_set_features_(MipsInstructionSetFeatures::FromVariant("mips32r5", nullptr)) {
76 return new (allocator) mips::MipsAssembler(allocator, instruction_set_features_.get());
262 std::unique_ptr<const MipsInstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS32r5Test
assembler_mips32r6_test.cc 49 instruction_set_features_(MipsInstructionSetFeatures::FromVariant("mips32r6", nullptr)) {
89 return new (allocator) mips::MipsAssembler(allocator, instruction_set_features_.get());
413 std::unique_ptr<const MipsInstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS32r6Test
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64_test.cc 52 : instruction_set_features_(Mips64InstructionSetFeatures::FromVariant("default", nullptr)) {}
87 return new (allocator) mips64::Mips64Assembler(allocator, instruction_set_features_.get());
404 std::unique_ptr<const Mips64InstructionSetFeatures> instruction_set_features_; member in class:art::AssemblerMIPS64Test
    [all...]

Completed in 361 milliseconds